From 87367833a22b85ac5efe9612a6cc25a03bb1b344 Mon Sep 17 00:00:00 2001 From: Ember 'n0emis' Keske Date: Sun, 31 Jul 2022 21:31:22 +0200 Subject: [PATCH] add static dhcp lease for simens logo stechuhr --- hosts/router/151-net-technik-iot.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/router/151-net-technik-iot.nix b/hosts/router/151-net-technik-iot.nix index 03d9b81..b46c345 100644 --- a/hosts/router/151-net-technik-iot.nix +++ b/hosts/router/151-net-technik-iot.nix @@ -52,6 +52,10 @@ hw-address = "00:03:c5:01:13:2b"; ip-address = "10.42.151.2"; } + { # siemens logo stechuhr + hw-address = "bc:f3:19:30:d2:1b"; + ip-address = "10.42.151.3"; + } ]; } ];