navinstall/installs/desktop.toml
2025-01-10 13:19:39 +01:00

29 lines
414 B
TOML

# 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"
bluetooth = true
gpu_driver = "NVIDIA"
firewall = true
[pkg]
pkg = [
"nano",
"micro"
]
[[user]]
name = "u"
password = "pass"
wheel = true