summaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rwxr-xr-xdeploy4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy b/deploy
index d435ec8b..03a20017 100755
--- a/deploy
+++ b/deploy
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# usage: ./deploy CONFIG [[USER@]HOST]
+# usage: ./deploy HOST [[USER@]HOST]
#
set -euf
@@ -9,7 +9,7 @@ set -euf
user=root
host=$1
-config=./$host.nix
+config=./modules/$host/default.nix
target=${2-$user@$host}
verbose deploy "$config" "$target"