Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user