diff --git a/deploy.sh b/deploy.sh index d1b336d..09f6576 100644 --- a/deploy.sh +++ b/deploy.sh @@ -4,7 +4,7 @@ DEPLOY_HOST=$1 DEPLOY_ADDRESS=$2 nixos-rebuild switch \ - --target-host=${DEPLOY_ADDRESS} \ - --build-host=localhost \ -I nixos-config=hosts/${DEPLOY_HOST}/configuration.nix \ + --target-host ${DEPLOY_ADDRESS} \ + --build-host localhost \ --use-remote-sudo