From 9386b9718c221f69bb162639dd4239c443ba4d03 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 21 Nov 2021 18:04:48 +0100 Subject: optimise store on fetching instead of periodically --- config/store.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/store.nix') 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"; -- cgit v1.2.3