summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/router.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/router.nix b/modules/router.nix
index f784de8..49e6c7c 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -333,7 +333,6 @@ in {
+ "/../secrets/dragon-wireguard-key.age";
networking.wireguard.interfaces.wg-vpn = {
fwMark = "${toString vpnMark}";
- table = "${toString vpnMark}"; # The "vpn" name only works on the router container.
socketNamespace = "router";
interfaceNamespace = "router";
ips = [ "${vpnPrefix}::1/128" ];