commit ba1ed0e730ac990a734e5d97e56db8addb4017b9
parent 8e728e67f4e9f7e57734012f4be3a896addf6ea1
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 12 Jun 2020 14:55:49 +0200
systems/core: change nix.gc to daily 😅
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systems/modules/core/nix.nix b/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;
};