From 2b46cb2d7342f45f6eaee64bc6f8af889054eccf Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 6 Dec 2020 18:03:45 +0100 Subject: [PATCH] Use Spaces! --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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