summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-03 21:26:04 +0200
committerandromeda <andromeda@lenovo>2026-04-03 21:26:04 +0200
commit2ef56f1479e8b64fc656b29e89fbdec3969c8078 (patch)
treea858066f1122bc436c84ca63ed37f01761289bba /deploy.sh
parentde1879b9a0b9a412068785d81cc17bbf947d0eef (diff)
tidy a bit
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