hosts/osmium: Set custom garbage collector interval
This commit is contained in:
parent
75f612a857
commit
ce10724700
@ -40,7 +40,7 @@
|
||||
services.openssh.kbdInteractiveAuthentication = false;
|
||||
services.openssh.permitRootLogin = lib.mkDefault "no";
|
||||
|
||||
nix.gc = {
|
||||
nix.gc = lib.mkDefault {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
|
@ -27,6 +27,12 @@
|
||||
git
|
||||
];
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 400d";
|
||||
};
|
||||
|
||||
clerie.monitoring = {
|
||||
enable = true;
|
||||
id = "201";
|
||||
|
Loading…
Reference in New Issue
Block a user