summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-10-07 11:03:36 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-10-07 11:03:36 -0400
commit040aa1f2e9fde60216df97375cb423c9bf13dfab (patch)
tree0817bfdc0eece63970782a08a8f400dad3cb1906
parent6367387a3775931360fecd5929b58a0acdc94d09 (diff)
fix
-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" ];