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