From de6d5adcc55240d7af7da5473e07efdda4f13368 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 3 Sep 2023 12:05:22 +0200 Subject: l gg23: add static lease for printer --- lass/2configs/gg23.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lass') diff --git a/lass/2configs/gg23.nix b/lass/2configs/gg23.nix index b35b0cb8..bb38f1f9 100644 --- a/lass/2configs/gg23.nix +++ b/lass/2configs/gg23.nix @@ -39,6 +39,14 @@ with import ; # 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 = [ -- cgit v1.2.3