l gg23: add static lease for printer

This commit is contained in:
lassulus 2023-09-03 12:05:22 +02:00
parent f0ab828e1a
commit de6d5adcc5
1 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,14 @@ with import <stockholm/lib>;
# IPv6SendRA = "yes";
# DHCPPrefixDelegation = "yes";
};
dhcpServerStaticLeases = [
{
dhcpServerStaticLeaseConfig = {
Address = "10.42.0.4";
MACAddress = "3c:2a:f4:22:28:37";
};
}
];
};
networking.networkmanager.unmanaged = [ "int0" ];
krebs.iptables.tables.filter.INPUT.rules = [