From 269fa2a67ac67ec946c4baf77c14541965c207d7 Mon Sep 17 00:00:00 2001 From: Jannik Date: Mon, 25 Jul 2022 17:30:22 +0200 Subject: [PATCH] feat(webcam): add ipv4 reservation and dns entry --- hosts/dns/zones/db.bula22.de | 1 + hosts/router/151-net-technik-iot.nix | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/hosts/dns/zones/db.bula22.de b/hosts/dns/zones/db.bula22.de index d048cbe..7662f74 100644 --- a/hosts/dns/zones/db.bula22.de +++ b/hosts/dns/zones/db.bula22.de @@ -50,6 +50,7 @@ map.bula22.de. IN A 10.42.10.26 nixdeploy.bula22.de. IN A 10.42.10.245 IN AAAA 2a01:4f8:1c0c:8221::245 omm.bula22.de. IN A 10.42.132.2 +webcam.bula22.de. IN A 10.42.151.2 ; External Services vcp-bula-mon.bula22.de. IN AAAA 2a01:4f8:c0c:15f1::8105 diff --git a/hosts/router/151-net-technik-iot.nix b/hosts/router/151-net-technik-iot.nix index 1bee3cb..de8872a 100644 --- a/hosts/router/151-net-technik-iot.nix +++ b/hosts/router/151-net-technik-iot.nix @@ -47,6 +47,12 @@ data = "10.42.151.1"; } ]; + reservations = [ + { # webcam.bula22.de + hw-address = "00:03:c5:01:13:2b"; + ip-address = "10.42.151.2"; + } + ]; } ]; };