disable sandbox on darwin hosts

seems to have been broken by nix 2.18.4
This commit is contained in:
zowoq 2024-07-01 16:50:11 +10:00
parent 4f33407141
commit c0c8139a51
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
inputs.self.darwinModules.community-builder
];
nix.settings.sandbox = "relaxed";
nix.settings.sandbox = false;
nix.settings.extra-platforms = [ "x86_64-darwin" ];
# disable nixos-tests

View file

@ -11,7 +11,7 @@
# on nix-darwin if user is removed the keys need to be removed manually from /etc/ssh/authorized_keys.d
nixCommunity.remote-builder.key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEmdo1x1QkRepZf7nSe+OdEWX+wOjkBLF70vX9F+xf68 builder";
nix.settings.sandbox = "relaxed";
nix.settings.sandbox = false;
nix.settings.extra-platforms = [ "x86_64-darwin" ];
# disable nixos-tests

View file

@ -11,7 +11,7 @@
# on nix-darwin if user is removed the keys need to be removed manually from /etc/ssh/authorized_keys.d
nixCommunity.remote-builder.key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEmdo1x1QkRepZf7nSe+OdEWX+wOjkBLF70vX9F+xf68 builder";
nix.settings.sandbox = "relaxed";
nix.settings.sandbox = false;
nix.settings.extra-platforms = [ "x86_64-darwin" ];
# disable nixos-tests