diff options
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..86a6c40 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,5 @@ +# usage: +# $ ./deploy.sh <hostname> <ip> +# example usage: +# $ ./deply.sh 109-199-104-83 109.199.104.83 +nix run github:nix-community/nixos-anywhere -- --generate-hardware-config nixos-generate-config ./hardware-configuration.nix --flake .?ref=411ee0c#$1 --target-host root@$2 |
