updated presets
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-01-06 13:29:26 +01:00
parent 4f7789c4a8
commit ffbc2e5e72
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 135 additions and 3 deletions

View file

@ -50,10 +50,10 @@ docker = true
# The `[[user]]` directive can be repeated to create multiple users.
[[user]]
# Username
name = "testuser"
name = "u"
# User password
password = "testpass"
password = "pass"
# Allow user to use `doas` as root
doas_root= true
@ -79,7 +79,7 @@ sshd_config = "/etc/ssh/sshd_config"
key = "ssh-rsa ... user@host"
# The users allowed to login with this key
users = ["testuser", "root"]
users = ["u", "root"]
# Ollama Configuration
# If `[ai]` is set, ollama will be installed and enabled.