l gg23: add static lease for printer
This commit is contained in:
parent
f0ab828e1a
commit
de6d5adcc5
@ -39,6 +39,14 @@ with import <stockholm/lib>;
|
|||||||
# IPv6SendRA = "yes";
|
# IPv6SendRA = "yes";
|
||||||
# DHCPPrefixDelegation = "yes";
|
# DHCPPrefixDelegation = "yes";
|
||||||
};
|
};
|
||||||
|
dhcpServerStaticLeases = [
|
||||||
|
{
|
||||||
|
dhcpServerStaticLeaseConfig = {
|
||||||
|
Address = "10.42.0.4";
|
||||||
|
MACAddress = "3c:2a:f4:22:28:37";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
networking.networkmanager.unmanaged = [ "int0" ];
|
networking.networkmanager.unmanaged = [ "int0" ];
|
||||||
krebs.iptables.tables.filter.INPUT.rules = [
|
krebs.iptables.tables.filter.INPUT.rules = [
|
||||||
|
Loading…
Reference in New Issue
Block a user