nixos/castle: Add recursive-nix feature

This commit is contained in:
Jack O'Sullivan 2024-09-01 14:03:05 +01:00
parent 736c406eb5
commit e3cb2adbb6

View File

@ -154,6 +154,10 @@ in
nix = { nix = {
gc.automatic = false; gc.automatic = false;
settings = {
experimental-features = [ "recursive-nix" ];
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" "recursive-nix" ];
};
}; };
systemd = { systemd = {