6 lines
141 B
Bash
6 lines
141 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
nixos-rebuild --impure --flake $(pwd)/$2#$2 --build-host ansible@$1 --target-host ansible@$1 --fast --use-remote-sudo switch
|
||
|
|
||
|
|