commit 00b1e46e82da1ae9b8d28b84eef643d3a16ec645 Author: Conor Budworth Date: Sun Nov 9 03:17:57 2025 +0100 Add .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