From 028525673b63b775cbbbcce0f478c2a9fd0744fa Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Sat, 6 Jan 2024 19:55:13 +0100 Subject: [PATCH] Disable nix sandbox for deploy-to-nixos This makes it work better out of the box with projects that use npm --- flake-module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake-module.nix b/flake-module.nix index d3de4509c..38062ef25 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -234,6 +234,7 @@ ihpFlake: --flake .#$1 \ --target-host $1 \ --build-host $1 \ + --option sandbox false \ --option extra-substituters "https://digitallyinduced.cachix.org" \ --option extra-trusted-public-keys "digitallyinduced.cachix.org-1:y+wQvrnxQ+PdEsCt91rmvv39qRCYzEgGQaldK26hCKE=" ssh $1 systemctl start migrate