diff --git a/.env.example b/.env.example index 2ffde46..1ea7929 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ # Copy this file to .env and set your host -# Available hosts: wildfire, drought, -NIXOS_HOST=wildfire \ No newline at end of file +# Available hosts: wildfire, hurricane, drought +NIXOS_HOST=wildfire diff --git a/rebuild-nix-system.sh b/rebuild-nix-system.sh index 8928f9b..8dcb5bd 100755 --- a/rebuild-nix-system.sh +++ b/rebuild-nix-system.sh @@ -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