little fix for the rebuild script maybe?

This commit is contained in:
Lillian Violet 2025-07-24 12:28:02 +02:00
parent 1114f237f6
commit a2d2d7602a

View file

@ -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