hosts/darwin02: set system-features

This commit is contained in:
zowoq 2023-06-11 12:53:38 +10:00
parent 6d261cac59
commit dc9f156a42

View file

@ -14,6 +14,9 @@ in
nix.settings.sandbox = "relaxed";
nix.settings.extra-platforms = [ "x86_64-darwin" ];
# disable nixos-tests
nix.settings.system-features = [ "big-parallel" ];
programs.zsh.enable = true;
networking.hostName = "darwin02";