aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/generic.nix')
-rw-r--r--nixos/modules/generic.nix4
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";