summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/deploy.sh b/deploy.sh
deleted file mode 100755
index 387c3ee..0000000
--- a/deploy.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-# usage:
-# $ ./deploy.sh <hostname> <ip>
-# example usage:
-# $ ./deply.sh 109-199-104-83 109.199.104.83
-nix run github:nix-community/nixos-anywhere -- \
- --extra-files ~/.ssh/remote_secrets/$2 \
- --generate-hardware-config nixos-generate-config ./hardware-configuration.nix \
- --flake .#$1 \
- --target-host root@$2