From f327f7e74ef2ef06a184da5968f2f8df60071799 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 11 May 2023 18:18:18 +0200 Subject: Nix: Add auto-allocate-uuids experimental feature --- hosts/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index f6f73a6..577b4ad 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -212,8 +212,9 @@ }; package = pkgs.nixVersions.stable; settings = { - experimental-features = [ "nix-command" "flakes" "ca-derivations" ]; + experimental-features = [ "nix-command" "flakes" "ca-derivations" "auto-allocate-uids" ]; auto-optimise-store = true; + auto-allocate-uids = true; max-jobs = "auto"; cores = 0; }; -- cgit 1.4.1