11 lines
195 B
TOML
11 lines
195 B
TOML
# Minimal configuration
|
|
|
|
include = ["../../server-minimal.toml"]
|
|
|
|
# General settings
|
|
[general]
|
|
# Filesystem size in MiB
|
|
filesystem_size = 256
|
|
# EFI partition size in MiB
|
|
efi_partition_size = 128
|