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.gc = {
automatic = true;
dates = "weekly";
dates = "10:00";
options = "--delete-older-than 30d";
};
}