summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-09-20 14:19:58 +0100
committerBlake Romero <blake@blkrom.com>2024-09-20 14:19:58 +0100
commit090a4072135dc49293a7e13d0bb2204404a9b4e3 (patch)
tree830dac74fbf46f83a6d8050db8bc35d06b347cc0
parentf3ae67039508fa6909588dcd69f4bda94fd9d27e (diff)
Rearrange config
-rw-r--r--config17
1 files changed, 12 insertions, 5 deletions
diff --git a/config b/config
index ebbc6dc..e64d3e9 100644
--- a/config
+++ b/config
@@ -2,6 +2,7 @@
# ======================================================
# Configuration Options
# ======================================================
+# see README for more info
# Drive (e.g: /dev/sda, /dev/nvme0n1)
drive="/dev/DRIVE"
@@ -19,21 +20,27 @@ boot_size=512M
# Duel-boot (i.e. a shared BOOT partition is used)
# Caution:
# - DRIVE must be separate from BOOT as DRIVE will be wiped/formatted
-# - BOOT will NOT be formatted but used to install linux/bootloader
+# - BOOT will NOT be formatted but used to install linux & bootloader
# - BOOT partition must already be setup, e.g. partitioned/formatted
duel_boot=false
# System
-timezone=Europe/London
-locale=en_GB
-hostname=ArtixPC
user=blake
-# Note that some groups provided are required for seatd to work and
+# Note that some groups provided are required when using seatd and
# may vary depending on your use-case; see the ArchWiki for info:
# https://wiki.archlinux.org/title/Users_and_groups#Group_list
user_groups=wheel,video,audio,input,seat,log
+# System name
+hostname=ArtixPC
+
+# timezones are available in the /usr/share/zoneinfo/ directory
+timezone=Europe/London
+
+# locales are available at /etc/locale.gen
+locale=en_GB
+
# Login
autologin=false