zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit b0cef086f29bac5f84306d33b44f6bf0c8a3fceb
parent fca855d9c3d78d0e90c221173b5e20739da06fa2
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Thu, 19 Jun 2025 19:10:56 +0200

hosts/novus/dn42: remove babel
1 file changed, 12 insertions(+), 22 deletions(-)
M
hosts/novus/dn42.nix
|
34
++++++++++++----------------------
diff --git a/hosts/novus/dn42.nix b/hosts/novus/dn42.nix
@@ -109,15 +109,7 @@
       #   hasPresharedKey = true;
       #   publicKey = "";
       #   listenPort = 51834;
-      # };      
-    };
-    babel = {
-      enable = false;
-      peerings = {
-        dn42 = {
-          type = "tunnel";
-        };
-      };
+      # };
     };
   };
 

@@ -127,26 +119,24 @@
       config.systemd.network.netdevs."20-dn42".wireguardConfig.ListenPort
     ];
     trustedInterfaces = [
-#      "vlan"
+      #      "vlan"
       "dn42"
     ];
     # filterForward = true;
     # extraForwardRules = "iifname dn42 accept";
   };
 
-
-
   systemd.network = {
-#     links."10-vlan" = {
-#       matchConfig.PermanentMACAddress = "56:ca:a0:fa:fa:2b";
-#       linkConfig.Name = "vlan";
-#     };
-# 
-#     networks."10-vlan" = {
-#       matchConfig.Name = "vlan";
-#       linkConfig.RequiredForOnline = "no";
-#       networkConfig.IPv6Forwarding = true;
-#     };
+    #     links."10-vlan" = {
+    #       matchConfig.PermanentMACAddress = "56:ca:a0:fa:fa:2b";
+    #       linkConfig.Name = "vlan";
+    #     };
+    #
+    #     networks."10-vlan" = {
+    #       matchConfig.Name = "vlan";
+    #       linkConfig.RequiredForOnline = "no";
+    #       networkConfig.IPv6Forwarding = true;
+    #     };
 
     config.networkConfig = {
       IPv6Forwarding = true;