summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/store.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/store.nix b/config/store.nix
index e5506fa..a135292 100644
--- a/config/store.nix
+++ b/config/store.nix
@@ -2,7 +2,7 @@
{
nix = {
- optimise.automatic = true;
+ autoOptimiseStore = true;
gc = {
automatic = true;
dates = "daily";