nullpoint/build-config.yaml.example
2025-05-13 14:12:54 +02:00

25 lines
478 B
Plaintext

# Build Configuration
image:
name: fedora-coreos-nullpoint
stream: stable
arch: x86_64
hetzner_arch: x86
# System Configuration
system:
# LUKS Configuration
luks:
tang_url: https://tang.example.com
tang_thumbprint: your-tang-thumbprint
# Storage Configuration
storage:
boot_size_mib: 512
compression: zstd
subvolumes:
- name: "@"
path: "/"
- name: "@home"
path: "/home"
- name: "@var"
path: "/var"