diff options
author | Alan Pearce | 2020-05-04 13:34:11 +0200 |
---|---|---|
committer | Alan Pearce | 2020-05-04 13:34:39 +0200 |
commit | 39a3b2cbe381dc01a63fa144e8d0a2f5d7be6c08 (patch) | |
tree | 0c6e49b6c9ac09734a84e337870988640bfd1113 /system/settings | |
parent | 4faeb450a26e5822ee0caa1eaf466b78a64a98ec (diff) | |
download | nixfiles-39a3b2cbe381dc01a63fa144e8d0a2f5d7be6c08.tar.lz nixfiles-39a3b2cbe381dc01a63fa144e8d0a2f5d7be6c08.tar.zst nixfiles-39a3b2cbe381dc01a63fa144e8d0a2f5d7be6c08.zip |
Make cleanup and upgrade task scheduling work-specific
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/satoshipay.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/settings/satoshipay.nix b/system/settings/satoshipay.nix index da95dee2..3a533ce6 100644 --- a/system/settings/satoshipay.nix +++ b/system/settings/satoshipay.nix @@ -18,6 +18,7 @@ autoPrune = { enable = true; + dates = "Mon, 13:00"; }; }; }; @@ -59,5 +60,8 @@ }; }; + nix.gc.dates = "12:30"; + system.autoUpgrade.dates = "13:05"; + networking.domain = "satoshipay.io"; } |