diff --git a/common/nix.nix b/common/nix.nix index b13a41b..59a5b86 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -7,7 +7,7 @@ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; auto-optimise-store = true; - experimental-features = [ "nix-command" "flakes" ]; + experimental-features = [ "nix-command" "flakes" "auto-allocate-uids" "cgroups" "ca-derivations" ]; }; nixpkgs.config.allowUnfree = true; }