diff options
author | Alan Pearce | 2018-06-30 18:41:09 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-30 18:41:09 +0200 |
commit | 0e155b8bae3a0fad2d211aa5c0ea0300f20a8340 (patch) | |
tree | d2dbe8c7564e1253ae69b07a13c991dd738cf4d0 | |
parent | 27ce842c9dccd98008e7ff76296ffeaa46e9d9eb (diff) | |
download | nixos-configuration-0e155b8bae3a0fad2d211aa5c0ea0300f20a8340.tar.lz nixos-configuration-0e155b8bae3a0fad2d211aa5c0ea0300f20a8340.tar.zst nixos-configuration-0e155b8bae3a0fad2d211aa5c0ea0300f20a8340.zip |
satoshipad: Tweak nixos maintenance timers
-rw-r--r-- | satoshipad.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/satoshipad.nix b/satoshipad.nix index d164864..68a9d68 100644 --- a/satoshipad.nix +++ b/satoshipad.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"; |