From 3288bb384a2b52c036b6ccac76918191fa5e3350 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 20 Feb 2023 15:57:39 -0500 Subject: cleaning up my ~ --- hosts/common/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'hosts/common/default.nix') diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 3ec95d5..cc13626 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -10,10 +10,13 @@ _: { ./users.nix ]; - nix.gc = { - automatic = true; - dates = "weekly"; - options = "--delete-older-than 7d"; + nix = { + gc = { + automatic = true; + dates = "weekly"; + options = "--delete-older-than 7d"; + }; + settings.warn-dirty = false; }; # config.services.kmscon.enable = true; } -- cgit v1.2.3