rm problematic ipv6 nat flag, enable systemd-network in network.nix

This commit is contained in:
2025-08-18 20:06:59 +05:30
parent f89dcef9cf
commit 193e73e4a8
2 changed files with 0 additions and 3 deletions

View File

@@ -62,7 +62,6 @@ in {
enable = true;
externalInterface = egress.interface;
internalInterfaces = map (x: x.interface) tunnels;
enableIPv6 = true;
};
}