summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-11-21 18:04:48 +0100
committerQuentin Aristote <quentin@aristote.fr>2021-11-21 18:04:48 +0100
commit9386b9718c221f69bb162639dd4239c443ba4d03 (patch)
tree5f783b066802ca9ffa672e6cabc3ce6590ae7d5d /config
parentf9e4f8c54931808ba17f2ae7c6e99a8cdc04dc60 (diff)
optimise store on fetching instead of periodically
Diffstat (limited to 'config')
-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";