updated shell scripts
This commit is contained in:
parent
8414c49cad
commit
bff2e27add
@ -1,3 +1,4 @@
|
||||
echo "enter config name"
|
||||
read HOST
|
||||
|
||||
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode disko system/$HOST/disk.nix
|
||||
|
3
rebuild.sh
Normal file
3
rebuild.sh
Normal file
@ -0,0 +1,3 @@
|
||||
echo "enter config name"
|
||||
read HOST
|
||||
sudo nixos-rebuild switch --flake .#$HOST
|
Loading…
Reference in New Issue
Block a user