diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/generic.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index a7816ed..6a658d8 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -25,6 +25,10 @@ in { ]; trusted-users = [ "@wheel" ]; }; + gc = { + automatic = true; + persistent = true; + }; registry = { personal.to = { type = "git"; |