Add mitel omm

This commit is contained in:
Jakob Lechner 2023-07-25 17:28:39 +00:00
parent fbd94fb3f9
commit 179826555f
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -15,6 +15,13 @@ in
cache-size = 10000; cache-size = 10000;
dns-forward-max = 1000; dns-forward-max = 1000;
no-hosts = true; no-hosts = true;
dhcp-host = [
"00:30:42:1b:23:ed,192.168.42.59,rfp-01"
];
dhcp-option = [
"vendor:OpenMobility,10,192.168.42.59"
"vendor:OpenMobility,224,OpenMobilitySIP-DECT"
];
addn-hosts = "${pkgs.writeText "hosts.dnsmasq" '' addn-hosts = "${pkgs.writeText "hosts.dnsmasq" ''
192.168.42.1 aluminium unifi 192.168.42.1 aluminium unifi
''}"; ''}";