5 lines
114 B
Bash
Executable file
5 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
|
|
nixos-rebuild --impure --flake $(pwd)/$2#$2 --target-host $2@$1 --fast --use-remote-sudo switch
|
|
|
|
|