summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-09-03 12:05:22 +0200
committerlassulus <git@lassul.us>2023-09-03 12:05:22 +0200
commitde6d5adcc55240d7af7da5473e07efdda4f13368 (patch)
treea0ff16c3cd484fa519db5ff2e4ca6c53b8ecc28d /lass
parentf0ab828e1ab90826f24aa4b4b2ef02650f824139 (diff)
l gg23: add static lease for printer
Diffstat (limited to 'lass')
-rw-r--r--lass/2configs/gg23.nix8
1 files changed, 8 insertions, 0 deletions
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 <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 = [