ctucx.git: nixfiles

ctucx' nixfiles

commit 03834aac5b33a304d9ce48ad013bc86e252d2774
parent e0e0ea65d8d8a462a7bde46c781d22d5f8ad16ff
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 14 Jun 2022 16:06:32 +0200

machines/lollo/router/dnsmasq: stasicontainer -> 44 blechkasten -> 42
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/machines/lollo/router/dnsmasq.nix b/machines/lollo/router/dnsmasq.nix
@@ -83,14 +83,14 @@ in {
         dhcp-host=id:b0:be:83:3a:fa:1e,                                       isabelles-mba,    [2a0f:4ac0:acab::38]
         dhcp-host=b0:be:83:3a:fa:1e,                                          isabelles-mba,    195.39.246.38
 
-        dhcp-host=id:e8:6a:64:f4:49:e7,                                       stasicontainer,   [2a0f:4ac0:acab::42]
-        dhcp-host=e8:6a:64:f4:49:e7,                                          stasicontainer,   195.39.246.42
+        dhcp-host=id:14:98:77:42:1c:2f,                                       blechkasten,      [2a0f:4ac0:acab::42]
+        dhcp-host=14:98:77:42:1c:2f,                                          blechkasten,      195.39.246.42
 
         dhcp-host=id:04:ea:56:f3:0b:5b,                                       coladose,         [2a0f:4ac0:acab::43]
         dhcp-host=04:ea:56:f3:0b:5b,                                          coladose,         195.39.246.43
 
-        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:e8:6a:64:f4:49:e7,                                       stasicontainer,   [2a0f:4ac0:acab::44]
+        dhcp-host=e8:6a:64:f4:49:e7,                                          stasicontainer,   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
diff --git a/machines/stasicontainer/configuration.nix b/machines/stasicontainer/configuration.nix
@@ -62,7 +62,7 @@
       postCommands = ''
         ip link set dev ens3 up
 
-        ip addr add 195.39.246.42/28 dev ens3
+        ip addr add 195.39.246.44/28 dev ens3
         ip route add default via 195.39.246.41 dev ens3 onlink
         echo 'cryptsetup-askpass' >> /root/.profile
       '';