5 lines
94 B
Bash
5 lines
94 B
Bash
#!/usr/bin/env sh
|
|
|
|
HOST=
|
|
|
|
nixos-rebuild switch --fast --flake .#rpi4 --target-host root@$HOST
|