hosts/darwin02: set system-features
This commit is contained in:
parent
6d261cac59
commit
dc9f156a42
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue