Disable GC
Eelco Dolstra committed
Aug 10, 2018 at 22:39 UTC
70b7ba99f283d0cf5defe2861d2d34c8ca07789e
1 file changed
+1
-1
bastion/network.nix
+1
-1
@@ -123,7 +123,7 @@ in
123
pkgs.terraform-full
124
];
125
126
- nix.gc.automatic = true;
126
+ #nix.gc.automatic = true;
127
nix.gc.dates = "daily";
128
129
# Temporary hack until we have proper users/roles.