diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config | 21 |
1 files changed, 6 insertions, 15 deletions
@@ -1,8 +1,6 @@ -# -*- mode: shell-script; -*- -# ====================================================== +# # Configuration Options -# ====================================================== -# see README for more info +# # Drive (e.g: /dev/sda, /dev/nvme0n1) drive="/dev/DRIVE" @@ -17,32 +15,25 @@ swap_size=auto # Boot size (e.g: 256M, 512M, 1G) boot_size=1G -# System +# User user=blake - -# 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,log # System name hostname=artix -# timezones are available in the /usr/share/zoneinfo/ directory +# Timezones are available at '/usr/share/zoneinfo/' timezone=Europe/London -# locales are available at /etc/locale.gen +# Locales are available at '/etc/locale.gen' locale=en_GB # Login autologin=false #greeter=greetd +# Encryption encrypt=true -# Arch -arch_support=false -enable_aur=false - # Extra packages extrapkgs=false |
