all repos — nixfiles @ 39a3b2cbe381dc01a63fa144e8d0a2f5d7be6c08

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

Make cleanup and upgrade task scheduling work-specific

Alan Pearce
commit

39a3b2cbe381dc01a63fa144e8d0a2f5d7be6c08

parent

4faeb450a26e5822ee0caa1eaf466b78a64a98ec

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

jump to
M system/satoshipad.nixsystem/satoshipad.nix
@@ -41,9 +41,5 @@
networking.hostName = "satoshipad"; services.avahi.hostName = "alan-satoshipay"; - nix.gc.dates = "12:30"; - system.autoUpgrade.dates = "13:24"; - virtualisation.docker.autoPrune.dates = "Mon, 13:00"; - system.stateVersion = "18.03"; }
M system/settings/satoshipay.nixsystem/settings/satoshipay.nix
@@ -18,6 +18,7 @@ extraOptions = "--config-file=${pkgs.writeText "daemon.json" (builtins.toJSON daemonConfig)}";
autoPrune = { enable = true; + dates = "Mon, 13:00"; }; }; };
@@ -58,6 +59,9 @@ timerConfig = {
OnActiveSec = "1 min"; }; }; + + nix.gc.dates = "12:30"; + system.autoUpgrade.dates = "13:05"; networking.domain = "satoshipay.io"; }