all repos — nixfiles @ 0e155b8bae3a0fad2d211aa5c0ea0300f20a8340

System and user configuration, managed by nix and home-manager

satoshipad: Tweak nixos maintenance timers
Alan Pearce alan@alanpearce.eu
Sat, 30 Jun 2018 18:41:09 +0200
commit

0e155b8bae3a0fad2d211aa5c0ea0300f20a8340

parent

27ce842c9dccd98008e7ff76296ffeaa46e9d9eb

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M satoshipad.nixsatoshipad.nix
@@ -45,8 +45,8 @@ ]; 
   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";