summary refs log tree commit diff stats
path: root/system/settings/satoshipay.nix
diff options
context:
space:
mode:
authorAlan Pearce2020-05-04 13:34:11 +0200
committerAlan Pearce2020-05-04 13:34:39 +0200
commit39a3b2cbe381dc01a63fa144e8d0a2f5d7be6c08 (patch)
tree0c6e49b6c9ac09734a84e337870988640bfd1113 /system/settings/satoshipay.nix
parent4faeb450a26e5822ee0caa1eaf466b78a64a98ec (diff)
downloadnixfiles-39a3b2cbe381dc01a63fa144e8d0a2f5d7be6c08.tar.lz
nixfiles-39a3b2cbe381dc01a63fa144e8d0a2f5d7be6c08.tar.zst
nixfiles-39a3b2cbe381dc01a63fa144e8d0a2f5d7be6c08.zip
Make cleanup and upgrade task scheduling work-specific
Diffstat (limited to 'system/settings/satoshipay.nix')
-rw-r--r--system/settings/satoshipay.nix4
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";
 }