priv31: add a fixed dhcp host

This commit is contained in:
Astro 2022-06-21 16:15:36 +02:00
parent 1b759680e8
commit 53d964d5c1
1 changed files with 4 additions and 1 deletions

View File

@ -303,7 +303,10 @@ lib.mkMerge (
subnet4 = "172.20.75.208/28";
dhcp = {
start = "172.20.75.210";
end = "172.20.75.222";
end = "172.20.75.221";
fixed-hosts = {
"172.20.75.222" = "92:a8:00:49:a6:61";
};
};
};
priv32 = {