summaryrefslogtreecommitdiff
path: root/hosts/common/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-20 15:57:39 -0500
committerseth <[email protected]>2023-02-20 15:57:39 -0500
commit3288bb384a2b52c036b6ccac76918191fa5e3350 (patch)
tree286010512d8657b6aaf17cb4d5584aec480f08a8 /hosts/common/default.nix
parent5ec16f1a062317605bd064f6aa7f943795a9db5c (diff)
cleaning up my ~
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;
}