nixos-module/container/wireguard: remove direct RouteTable setting

This commit is contained in:
Astro 2022-09-18 16:25:53 +02:00
parent a5e3abfca6
commit 9144ef6107
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ in
wireguardConfig = {
PrivateKeyFile = privateKeyFile ifName;
FirewallMark = wireguardMark;
RouteTable = "vpn";
};
wireguardPeers = [ {
wireguardPeerConfig = {