build: Switch to envsubst for templating

This commit is contained in:
2025-07-25 15:49:07 +10:00
parent 45a04c9c64
commit 2f3c6b3c9c
2 changed files with 7 additions and 8 deletions

View File

@ -18,11 +18,10 @@ runcmd:
disable_root: false
users:
- name: root
hashed_passwd: __ROOT_HASHED_PASSWORD__
hashed_passwd: ${ROOT_HASHED_PASSWORD}
lock_passwd: false
shell: /bin/bash
ssh_authorized_keys:
- __PUBLIC_SSHKEY__
- ${PUBLIC_SSHKEY}
ssh_authorized_keys:
- >
__PUBLIC_SSHKEY__
- ${PUBLIC_SSHKEY}