Run GC daily
Eelco Dolstra committed
Jul 9, 2018 at 20:11 UTC
eeb4491968102f585a9f26e8eec297acfab83e65
1 file changed
+1
-1
bastion/network.nix
+1
-1
@@ -119,7 +119,7 @@ in
119
];
120
121
nix.gc.automatic = true;
122
- nix.gc.dates = "hourly";
122
+ nix.gc.dates = "daily";
123
124
# Temporary hack until we have proper users/roles.
125
services.openssh.extraConfig =