4 lines
134 B
Bash
4 lines
134 B
Bash
|
|
#!/usr/bin/env sh
|
||
|
|
|
||
|
|
nixos-rebuild switch --fast --flake .#condoserver --target-host root@192.168.86.21 --build-host root@192.168.86.21
|