Changed order of things (empty variable)

This commit is contained in:
2026-05-04 18:07:49 +02:00
parent 41f65ce3b8
commit c8bd42eb4c
+1 -1
View File
@@ -123,8 +123,8 @@ fi
### ───────────────────────────── ### ─────────────────────────────
### Step 6 — Hardware config ### Step 6 — Hardware config
### ───────────────────────────── ### ─────────────────────────────
echo "$HOST_DIR/hardware-configuration.nix"
HOST_DIR="$TARGET_DIR/generated/hosts/$HOSTNAME" HOST_DIR="$TARGET_DIR/generated/hosts/$HOSTNAME"
echo "$HOST_DIR/hardware-configuration.nix"
mkdir -p "$HOST_DIR" mkdir -p "$HOST_DIR"
echo "Generating hardware configuration..." echo "Generating hardware configuration..."