wording and small fixes
This commit is contained in:
@ -1,3 +1,3 @@
|
|||||||
# Copy this file to .env and set your host
|
# Copy this file to .env and set your host
|
||||||
# Available hosts: wildfire, drought,
|
# Available hosts: wildfire, hurricane, drought
|
||||||
NIXOS_HOST=wildfire
|
NIXOS_HOST=wildfire
|
||||||
|
@ -12,7 +12,7 @@ fi
|
|||||||
if [ -f ".env" ]; then
|
if [ -f ".env" ]; then
|
||||||
source .env
|
source .env
|
||||||
else
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user