homelab/nixos/deploy.sh

6 lines
113 B
Bash
Raw Normal View History

2025-03-29 17:36:10 +00:00
#!/bin/bash
2025-05-20 20:27:12 +00:00
nixos-rebuild --impure --flake $(pwd)/$2#$2 --target-host $2@$1 --fast --use-remote-sudo switch
2025-03-29 17:36:10 +00:00