Add system modules
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ config, ... }: {
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than +5";
|
||||
};
|
||||
nix.settings.auto-optimise-store = true;
|
||||
}
|
||||
Reference in New Issue
Block a user