Skip to content

Commit

Permalink
Use default syntax for default cloud config (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: mudler <[email protected]>
  • Loading branch information
mudler authored Jan 28, 2025
1 parent 36a1bbd commit a50e50e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions image-assets/defaults.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#cloud-config
name: "Default user"
stages:
initramfs:
- name: "Set default user/pass"
users:
kairos:
passwd: "kairos"

# Additional system users
users:
- name: "kairos"
passwd: "kairos"
groups: [ "admin" ]

0 comments on commit a50e50e

Please sign in to comment.