summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-07-18 18:26:15 +0200
committerAlan Pearce2018-07-18 18:26:15 +0200
commit35d9c9a4e7c785ae4707174872b09d1327cf9ec5 (patch)
tree586b4731b75c9009f784f5045f5b161397fa6607
parenta36c1ddc3ad6b4fdc2c24b309504862f6d61bae0 (diff)
parent0e155b8bae3a0fad2d211aa5c0ea0300f20a8340 (diff)
downloadnixos-configuration-35d9c9a4e7c785ae4707174872b09d1327cf9ec5.tar.lz
nixos-configuration-35d9c9a4e7c785ae4707174872b09d1327cf9ec5.tar.zst
nixos-configuration-35d9c9a4e7c785ae4707174872b09d1327cf9ec5.zip
Merge remote-tracking branch 'origin/master'
-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";
 }