Default installer hostname to nanuqsaurus

This commit is contained in:
randogoth 2026-02-01 19:53:04 +02:00
parent 105a7a465a
commit e5118737af

View file

@ -14,7 +14,7 @@ fi
DISK=${DISK:-/dev/vda} # full-disk target
ROOT_PART=${ROOT_PART:-} # optional existing root partition
BOOT_PART=${BOOT_PART:-} # optional existing boot (FAT) partition
HOSTNAME=${HOSTNAME:-nixos}
HOSTNAME=${HOSTNAME:-nanuqsaurus}
USE_LUKS=${USE_LUKS:-0} # 1 to encrypt root
SWAP_GB=${SWAP_GB:-0} # swap size in GB, 0 disables
@ -100,7 +100,6 @@ if (( ! NON_INTERACTIVE )); then
[[ "$USE_LUKS" == "yes" ]] && USE_LUKS=1 || USE_LUKS=0
SWAP_GB=$(prompt_input "Swap size in GB (0 = none)" "${SWAP_GB}")
HOSTNAME=$(prompt_input "Hostname" "${HOSTNAME}")
fi
echo "[0/8] Summary:"