summaryrefslogtreecommitdiff
path: root/hosts/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/base.nix')
-rw-r--r--hosts/base.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/base.nix b/hosts/base.nix
index 96df7c4..aea25e9 100644
--- a/hosts/base.nix
+++ b/hosts/base.nix
@@ -1,11 +1,10 @@
{pkgs, ...}: {
# fucking linux vulnerability
- services.printing.enable = false;
# enable flakes
nix = {
gc = {
automatic = true;
- dates = "weekly";
+ interval = {Weekday = 0; Hour = 20; Minute = 0;};
options = "--delete-older-than 7d";
};
# package = pkgs.nixFlakes;