wording and small fixes

This commit is contained in:
2025-06-17 12:19:57 +02:00
parent 5b18ab3e6a
commit 41bf151f5f
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# Copy this file to .env and set your host
# Available hosts: wildfire, drought,
NIXOS_HOST=wildfire
# Available hosts: wildfire, hurricane, drought
NIXOS_HOST=wildfire

View File

@ -12,7 +12,7 @@ fi
if [ -f ".env" ]; then
source .env
else
echo "Error: No .env file found. Copy example.env to .env and set your NIXOS_HOST"
echo "Error: No .env file found. Copy .env.example to .env and set your NIXOS_HOST"
exit 1
fi