zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 7e0e29f71695cab0807528b9025b780743c8f642
parent 24be5b8b549d5695fbd0aa1297637be7c1d324ba
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Thu, 19 Jun 2025 18:18:41 +0200

config/nixos/modules/networking/dn42: fix stuff
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/config/nixos/modules/networking/dn42.nix b/config/nixos/modules/networking/dn42.nix
@@ -122,7 +122,7 @@ in
           linkConfig.RequiredForOnline = "no";
 
           address = [ peerConfig.localLinkLocalAddress ];
-          routes = [ { Destination = "fe80::6b61/128"; } ];
+          routes = [ { Destination = "${peerConfig.remoteLinkLocalAddress}/128"; } ];
 
           networkConfig = {
             IPv6Forwarding = true;

@@ -218,11 +218,6 @@ in
           }
 
           protocol static {
-            roa6 { table dn42_roa; };
-            include "/etc/bird/roa_dn42.conf";
-          };
-
-          protocol static {
             route OWNNET unreachable;
 
             ipv6 {