4 lines
77 B
Bash
4 lines
77 B
Bash
|
echo "enter config name"
|
||
|
read HOST
|
||
|
sudo nixos-rebuild switch --flake .#$HOST
|