summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-26 11:52:48 -0500
committerseth <[email protected]>2023-02-26 11:52:48 -0500
commit49bf8ac17be7c8a2a533ddf6bcce7b45c2c5464a (patch)
tree359582696e0dc04497c6801bf13cc1f3436e149c
parent2922c83bb4ebf7c80599c9479a08dfb3a1d3446b (diff)
auto optimize store
-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;
}