about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index 1800966..0d03971 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -224,11 +224,11 @@
     package = pkgs.nixVersions.stable;
     settings = {
       experimental-features = ["nix-command" "flakes" "ca-derivations" "auto-allocate-uids"];
-      auto-optimise-store = true;
       auto-allocate-uids = true;
       max-jobs = "auto";
       cores = 0;
     };
+    optimise.automatic = true;
   };
 
   hardware.enableRedistributableFirmware = true;