zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit a5241af26cc955fc149212ee10c65b1d89772394
parent d48650ddd82fec56c9173eb42d28baba8f1a2a91
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Tue, 17 Jun 2025 11:12:58 +0200

hosts/novus/dn42: update client ips
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/config/nixos/modules/presets/zaphyra/networkManagerProfiles/dn42.nix b/config/nixos/modules/presets/zaphyra/networkManagerProfiles/dn42.nix
@@ -37,9 +37,9 @@ in
         };
         ipv6 = {
           addr-gen-mode = "default";
-          address1 = "fd6b:6174:6a61::acab/128";
+          address1 = "fd6b:6174:6a61::3/128";
           dns = "fd42:d42:d42:54::1;fd42:d42:d42:53::1;";
-          dns-search = "~;";
+          dns-search = "~dn42;";
           method = "manual";
         };
         proxy = { };
diff --git a/hosts/novus/dn42.nix b/hosts/novus/dn42.nix
@@ -140,7 +140,7 @@
           #zaphyraThinkPad
           PublicKey = "7drlp9TmHgSgqSR1PynfAzf8BIH4LWVuFDtPqGs88EY=";
           AllowedIPs = [
-            "fd6b:6174:6a61::acab/128"
+            "fd6b:6174:6a61::3/128"
           ];
           PersistentKeepalive = 10;
         }

@@ -148,7 +148,16 @@
           #zaphyraPhone
           PublicKey = "3rp8iD+Nk9DsyM/JCvrV7bBnEzioG30SDqOQhNWwsVs=";
           AllowedIPs = [
-            "fd6b:6174:6a61:c0::2/128"
+            "fd6b:6174:6a61::4/128"
+          ];
+          PersistentKeepalive = 10;
+        }
+        {
+          #zaphyraHomeRouter
+          PublicKey = "nvyhYuWJl/dKyV/2+bDrUisvL3mi38PsNzfdIDDwSjY=";
+          AllowedIPs = [
+            "fd6b:6174:6a61::5/128"
+            "fd6b:6174:6a61:100::/56"
           ];
           PersistentKeepalive = 10;
         }