diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-11-21 18:04:48 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-11-21 18:04:48 +0100 |
| commit | 9386b9718c221f69bb162639dd4239c443ba4d03 (patch) | |
| tree | 5f783b066802ca9ffa672e6cabc3ce6590ae7d5d /config/store.nix | |
| parent | f9e4f8c54931808ba17f2ae7c6e99a8cdc04dc60 (diff) | |
optimise store on fetching instead of periodically
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"; |
