19 lines
350 B
YAML
19 lines
350 B
YAML
|
packages:
|
||
|
- nfs-common
|
||
|
- curl
|
||
|
- systemd-resolved # needs to be the last one
|
||
|
# breaks dns resolution until
|
||
|
# systemd-networkd is configured
|
||
|
|
||
|
# hostsnames:
|
||
|
# - ip: x.x.x.x
|
||
|
# name: example
|
||
|
# ...
|
||
|
hostnames: []
|
||
|
|
||
|
interface_name: lan0
|
||
|
gateway: "192.168.50.254"
|
||
|
dns_servers:
|
||
|
- "192.168.11.1"
|
||
|
- "1.1.1.1"
|