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