nixos-module/container/dhcp-server: fix

This commit is contained in:
Astro 2021-06-18 21:41:03 +02:00
parent 7253ae6b17
commit 0cee77c2b4
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,7 @@ in
''
) config.site.dns.localZones}
option arch code 93 = unsigned integer 16;
group {
default-lease-time ${toString dhcp.time};
max-lease-time ${toString dhcp.max-time};
@ -53,7 +54,6 @@ in
ddns-domainname "${domainName}";
next-server ${config.site.net.serv.hosts4.netboot};
option arch code 93 = unsigned integer 16;
if option arch = 00:00 {
filename "netboot.xyz.kpxe";
} else {