2025-01-06 13:29:26 +01:00
|
|
|
# Desktop Install Template
|
|
|
|
|
|
|
|
[drive]
|
|
|
|
boot = "/dev/null"
|
|
|
|
root = "/dev/null"
|
|
|
|
encryption = "password"
|
|
|
|
|
|
|
|
[general]
|
|
|
|
mode = "Desktop"
|
|
|
|
locale = "de_DE.UTF-8"
|
|
|
|
keyboard_layout = "de"
|
|
|
|
keyboard_variant = "mac"
|
|
|
|
timezone = "Europe/Berlin"
|
|
|
|
hostname = "navos"
|
|
|
|
root_password = "root"
|
2025-01-09 23:04:35 +01:00
|
|
|
bluetooth = true
|
2025-01-10 09:45:21 +01:00
|
|
|
gpu_driver = "NVIDIA"
|
2025-01-10 13:19:39 +01:00
|
|
|
firewall = true
|
2025-01-10 09:45:21 +01:00
|
|
|
|
2025-01-06 13:29:26 +01:00
|
|
|
[pkg]
|
|
|
|
pkg = [
|
|
|
|
"nano",
|
|
|
|
"micro"
|
|
|
|
]
|
|
|
|
|
|
|
|
[[user]]
|
|
|
|
name = "u"
|
|
|
|
password = "pass"
|
2025-01-10 09:28:03 +01:00
|
|
|
wheel = true
|