Add auto garbage collection for everything over 30 days.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
nix = {
|
||||
gc.options = "--delete-older-than 30d";
|
||||
optimise.automatic = true;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
||||
Reference in New Issue
Block a user