diff options
| author | Baitinq <[email protected]> | 2025-02-11 01:06:37 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-02-11 01:32:53 +0100 |
| commit | 6d1faa1e2dd87acf08bbf742f5fab4c1b5962f10 (patch) | |
| tree | 8a29ab8f8faddd8477cad1e80801bdcd7a14e622 | |
| parent | Update (diff) | |
| download | nixos-config-6d1faa1e2dd87acf08bbf742f5fab4c1b5962f10.tar.gz nixos-config-6d1faa1e2dd87acf08bbf742f5fab4c1b5962f10.tar.bz2 nixos-config-6d1faa1e2dd87acf08bbf742f5fab4c1b5962f10.zip | |
Misc: Use optimise automatic instead of auto-optimise-store
Diffstat (limited to '')
| -rw-r--r-- | hosts/configuration.nix | 2 |
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; |