Enable automatic nix garbage collection
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
trusted-users = [ "@wheel" ];
|
||||
};
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
users.users.nettika = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
|
Reference in New Issue
Block a user