refactor(users): migrate system.user to system.users[] for multi-user support

This commit is contained in:
2026-02-12 22:52:15 +01:00
parent 66057bc9b2
commit 8f8ce341ae
14 changed files with 186 additions and 139 deletions

View File

@@ -25,11 +25,11 @@ system:
mount:
path: /data
fstype: ext4
user:
name: "admin"
password: "CHANGE_ME"
keys:
- "ssh-ed25519 AAAA..."
users:
- name: "admin"
password: "CHANGE_ME"
keys:
- "ssh-ed25519 AAAA..."
root:
password: "CHANGE_ME"
luks: