Enable auto gc
This commit is contained in:
parent
0da8827b84
commit
03b35dea36
1 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,12 @@
|
|||
];
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
persistent = true;
|
||||
};
|
||||
};
|
||||
|
||||
system.configurationRevision = lib.mkIf (inputs.self ? rev) inputs.self.rev;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue