5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
set -x
|
|
|
|
nixos-rebuild --flake .#$1 --target-host root@$1 $2
|