update automatic jobs
This commit is contained in:
parent
5cf4cfdff1
commit
ddc95b1fa5
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue