Commit ba1ed0e730ac

Vincent Demeester <vincent@sbr.pm>
2020-06-12 14:55:49
systems/core: change nix.gc to daily ๐Ÿ˜…
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8e728e6
Changed files (1)
systems
modules
systems/modules/core/nix.nix
@@ -13,7 +13,7 @@ in
     core.nix = {
       enable = mkOption { type = types.bool; default = true; description = "Enable core.nix"; };
       gcDates = mkOption {
-        default = "*:0/45";
+        default = "daily";
         description = "Specification (in the format described by systemd.time(7)) of the time at which the garbage collector will run. ";
         type = types.str;
       };