From 00b1e46e82da1ae9b8d28b84eef643d3a16ec645 Mon Sep 17 00:00:00 2001 From: Conor Budworth Date: Sun, 9 Nov 2025 03:17:57 +0100 Subject: [PATCH] Add .env.template --- .env.template | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .env.template diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..da3b5ba --- /dev/null +++ b/.env.template @@ -0,0 +1,28 @@ +# ============================================================ +# Solphyr Arch Linux Installer Configuration +# ============================================================ + +# --- System --- +HOSTNAME="solphyr-dev" +USERNAME="solphyr" +KEYMAP="uk" +TIMEZONE="Europe/London" +LOCALE="en_GB.UTF-8" + +# --- Disk --- +DISK="" # e.g. /dev/nvme0n1 (leave blank for interactive) + +# --- Network --- +WIFI_SSID="" +WIFI_PASS="" + +# --- Passwords (leave blank for secure prompt) --- +LUKS_PASSWORD="" +USER_PASSWORD="" +ROOT_PASSWORD="" + +# --- Optional Components --- +INSTALL_YAY="yes" # Install yay AUR helper +ENABLE_WIREGUARD="yes" # Install WireGuard if wg0.conf present +WIREGUARD_CONF_PATH="./wg0.conf" +ENABLE_HARDENING="yes" # Apply UFW/sysctl/AppArmor/Fail2ban baseline