diff options
Diffstat (limited to 'config/store.nix')
| -rw-r--r-- | config/store.nix | 2 |
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"; |
