navinstall/installs/server.toml

37 lines
530 B
TOML
Raw Normal View History

2025-01-06 13:29:26 +01:00
# 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"
2025-01-10 13:19:39 +01:00
firewall = true
2025-01-06 13:29:26 +01:00
[pkg]
pkg = []
virtualization = true
docker = true
[[user]]
name = "u"
password = "pass"
2025-01-10 09:28:03 +01:00
wheel = true
2025-01-06 13:29:26 +01:00
docker = true
virtualization = true
[ssh]
sshd_config = "/etc/ssh/sshd_config"
[[ssh.key]]
key = "ssh-rsa ... user@host"
users = ["u", "root"]