ctucx.git: nixfiles

ctucx' nixfiles

commit b4929eb392f63368da052a8ea6d418c977fcc5bd
parent 5012c6b19e5ecc33dad5f67b8a54537eb8433ffb
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 20 Apr 2022 10:35:09 +0200

machines/lollo/router/dnsmasq: assign public-ip to blechbuechse
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/machines/lollo/router/dnsmasq.nix b/machines/lollo/router/dnsmasq.nix
@@ -91,6 +91,9 @@ in {
         dhcp-host=id:40:1c:83:77:7e:c3,                                       currywurst,       [2a0f:4ac0:acab::44]
         dhcp-host=40:1c:83:77:7e:c3,                                          currywurst,       195.39.246.44
 
+        dhcp-host=id:50:ed:3c:44:34:c4,                                       blechbuechse,     [2a0f:4ac0:acab::45]
+        dhcp-host=50:ed:3c:44:34:c4,                                          blechbuechse,     195.39.246.45
+
         dhcp-host=34:31:c4:46:88:31,                                          fritz7312,        195.39.246.46
       '';
     };