little fix for the rebuild script maybe?
This commit is contained in:
parent
1114f237f6
commit
a2d2d7602a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ writeShellApplication
|
|||
git clone https://codeberg.org/Lillian-Violet/NixOS-Config.git ./rebuild
|
||||
pushd ./rebuild > /dev/null
|
||||
echo "NixOS Rebuilding..."
|
||||
if ["''$HOSTNAME" = shodan]; then
|
||||
if [ "''$HOSTNAME" = shodan ]; then
|
||||
just boot
|
||||
else
|
||||
just build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue