homelab/nixos/deploy.sh

6 lines
131 B
Bash
Raw Normal View History

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