summary refs log tree commit diff stats
path: root/system
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
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')
-rw-r--r--system/satoshipad.nix4
-rw-r--r--system/settings/satoshipay.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/system/satoshipad.nix b/system/satoshipad.nix
index 7e8ca458..cc312dec 100644
--- a/system/satoshipad.nix
+++ b/system/satoshipad.nix
@@ -41,9 +41,5 @@
   networking.hostName = "satoshipad";
   services.avahi.hostName = "alan-satoshipay";
 
-  nix.gc.dates = "12:30";
-  system.autoUpgrade.dates = "13:24";
-  virtualisation.docker.autoPrune.dates = "Mon, 13:00";
-
   system.stateVersion = "18.03";
 }
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";
 }