From 41bf151f5f2685fcfe2cf037bdc0b7b094002b84 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 17 Jun 2025 12:19:57 +0200 Subject: [PATCH] wording and small fixes --- .env.example | 4 ++-- rebuild-nix-system.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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