Skip to content

Commit

Permalink
Disable nix sandbox for deploy-to-nixos
Browse files Browse the repository at this point in the history
This makes it work better out of the box with projects that use npm
  • Loading branch information
mpscholten committed Jan 6, 2024
1 parent ec29222 commit 0285256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0285256

Please sign in to comment.