1
0
Fork 0

Use Spaces!

This commit is contained in:
clerie 2020-12-06 18:03:45 +01:00
parent 13ed8dd3f3
commit 2b46cb2d73
1 changed files with 2 additions and 2 deletions

View File

@ -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