Enable automatic nix garbage collection

This commit is contained in:
2025-05-31 15:51:01 -07:00
parent a42a8ba871
commit 5eab965637

View File

@@ -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" ];