From 6d1faa1e2dd87acf08bbf742f5fab4c1b5962f10 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 11 Feb 2025 01:06:37 +0100 Subject: Misc: Use optimise automatic instead of auto-optimise-store --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/configuration.nix') 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; -- cgit 1.4.1