This commit is contained in:
JMARyA 2024-12-28 00:33:50 +01:00
parent 71318a555a
commit 73a30e4576
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 48 additions and 45 deletions

View file

@ -6,16 +6,31 @@ root = "/dev/null"
[general]
# Use LUKS encryption on root drive
encryption = true
# Preset
mode = "Desktop"
# System Locale
locale = "de_DE.UTF-8"
# Keymap
keymap = "de-latin1"
# Timezone
timezone = "Europe/Berlin"
# Hostname
hostname = "navos"
[pkg]
# Additional packages
pkg = [
"nano",
"micro"
]
# Enable virtualization
virtualization = true
# Enable docker
docker = true