hosts/osmium: Set custom garbage collector interval
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
git
|
||||
];
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 400d";
|
||||
};
|
||||
|
||||
clerie.monitoring = {
|
||||
enable = true;
|
||||
id = "201";
|
||||
|
Reference in New Issue
Block a user