Revert "disable sandbox on darwin hosts"
This reverts commit c0c8139a51
.
This commit is contained in:
parent
7297ff990e
commit
4fe3aaf1a4
3 changed files with 3 additions and 3 deletions
hosts
|
@ -7,7 +7,7 @@
|
|||
inputs.self.darwinModules.community-builder
|
||||
];
|
||||
|
||||
nix.settings.sandbox = false;
|
||||
nix.settings.sandbox = "relaxed";
|
||||
nix.settings.extra-platforms = [ "x86_64-darwin" ];
|
||||
|
||||
# disable nixos-tests
|
||||
|
|
|
@ -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 = false;
|
||||
nix.settings.sandbox = "relaxed";
|
||||
nix.settings.extra-platforms = [ "x86_64-darwin" ];
|
||||
|
||||
# disable nixos-tests
|
||||
|
|
|
@ -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 = false;
|
||||
nix.settings.sandbox = "relaxed";
|
||||
nix.settings.extra-platforms = [ "x86_64-darwin" ];
|
||||
|
||||
# disable nixos-tests
|
||||
|
|
Loading…
Add table
Reference in a new issue