update
This commit is contained in:
parent
71318a555a
commit
73a30e4576
4 changed files with 48 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue