summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--satoshipad.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/satoshipad.nix b/satoshipad.nix
index 54ce5bd..68a9d68 100644
--- a/satoshipad.nix
+++ b/satoshipad.nix
@@ -45,8 +45,9 @@
 
   networking.hostName = "satoshipad";
 
-  nix.gc.dates = "12:00";
-  system.autoUpgrade.dates = "12:24";
+  nix.gc.dates = "12:30";
+  system.autoUpgrade.dates = "13:24";
+  virtualisation.docker.autoPrune.dates = "Mon, 13:00";
 
   system.stateVersion = "18.03";
 }