15 lines
216 B
TOML
15 lines
216 B
TOML
![]() |
# Minimal configuration
|
||
|
|
||
|
include = ["../minimal.toml"]
|
||
|
|
||
|
# Override the default settings here
|
||
|
|
||
|
# General settings
|
||
|
[general]
|
||
|
# Filesystem size in MiB
|
||
|
filesystem_size = 128
|
||
|
|
||
|
# Package settings
|
||
|
[packages]
|
||
|
# example = {}
|