core/config.bu
Adam Štrauch c3c2aa813d
Some checks failed
Build the Core image / build (push) Failing after 2m58s
Initial commit
2025-11-13 23:22:56 +01:00

26 lines
690 B
Text

variant: fcos
version: 1.6.0
passwd:
users:
- name: core
ssh_authorized_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGCOv+lN/VqSpxz8mgL0r2ptR6jAnMHcFJvdi2o089cN cx@envy.ceperka.net
password_hash: [PASSWORD_HASH]
storage:
filesystems:
- device: /dev/mapper/root
format: btrfs
label: root # This labels is important
wipe_filesystem: true # This is needed for reinstallation
mount_options:
- compress=zstd:1
luks:
- clevis:
tpm2: true
key_file:
inline: [LUKS_PASSWORD]
device: /dev/disk/by-partlabel/root
discard: true
wipe_volume: true # Also for reinstallation
label: luks-root
name: root