summaryrefslogtreecommitdiff
path: root/hosts/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/default.nix')
-rw-r--r--hosts/common/default.nix11
1 files changed, 7 insertions, 4 deletions
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;
}