update automatic jobs

This commit is contained in:
Felix Schröter 2019-11-04 10:01:05 +01:00 committed by Felix Schröter
parent 5cf4cfdff1
commit ddc95b1fa5
2 changed files with 5 additions and 2 deletions

View file

@ -4,7 +4,7 @@
nix.autoOptimiseStore = true; nix.autoOptimiseStore = true;
nix.gc = { nix.gc = {
automatic = true; automatic = true;
dates = "weekly"; dates = "10:00";
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
} }

View file

@ -33,5 +33,8 @@
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "19.09"; system.stateVersion = "19.09";
system.autoUpgrade.enable = true; system.autoUpgrade = {
enable = true;
dates = "10:00";
};
} }