8 lines
97 B
Bash
8 lines
97 B
Bash
|
echo "enter config name"
|
||
|
|
||
|
read HOST
|
||
|
|
||
|
nix flake update
|
||
|
|
||
|
sudo nixos-rebuild switch --flake .#$HOST
|