summaryrefslogtreecommitdiff
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/common/default.nix b/hosts/common/default.nix
index cc13626..25d08d3 100644
--- a/hosts/common/default.nix
+++ b/hosts/common/default.nix
@@ -16,7 +16,10 @@ _: {
dates = "weekly";
options = "--delete-older-than 7d";
};
- settings.warn-dirty = false;
+ settings = {
+ auto-optimise-store = true;
+ warn-dirty = false;
+ };
};
# config.services.kmscon.enable = true;
}