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

36 lines
530 B
TOML

# Server Install Template
[drive]
boot = "/dev/null"
root = "/dev/null"
encryption = "password"
[general]
mode = "Server"
locale = "de_DE.UTF-8"
keyboard_layout = "de"
keyboard_variant = "mac"
timezone = "Europe/Berlin"
hostname = "navos"
root_password = "root"
firewall = true
[pkg]
pkg = []
virtualization = true
docker = true
[[user]]
name = "u"
password = "pass"
wheel = true
docker = true
virtualization = true
[ssh]
sshd_config = "/etc/ssh/sshd_config"
[[ssh.key]]
key = "ssh-rsa ... user@host"
users = ["u", "root"]