all repos — nixfiles @ 35d9c9a4e7c785ae4707174872b09d1327cf9ec5

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

Merge remote-tracking branch 'origin/master'

Alan Pearce
commit

35d9c9a4e7c785ae4707174872b09d1327cf9ec5

parent

a36c1ddc3ad6b4fdc2c24b309504862f6d61bae0

1 file changed, 3 insertions(+), 2 deletions(-)

jump to
M satoshipad.nixsatoshipad.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"; }