format
This commit is contained in:
parent
42d04f49fe
commit
606e382083
53 changed files with 1319 additions and 967 deletions
|
@ -1,4 +1,9 @@
|
|||
{ lib, config, pkgs, ... }: let
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf mkForce;
|
||||
inherit (config) conf;
|
||||
in {
|
||||
|
@ -45,7 +50,7 @@ in {
|
|||
# Regularly clean download folder
|
||||
systemd = {
|
||||
timers."clean-download" = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
wantedBy = ["timers.target"];
|
||||
timerConfig = {
|
||||
OnCalendar = "*-*-* 03:00:00";
|
||||
Unit = "clean-download.service";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue