26 lines
690 B
Text
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
|