cluster/services/wireguard: trust interface

This commit is contained in:
Max Headroom 2022-08-04 00:13:59 +02:00
parent 232ff31ded
commit 31d9afaef5

View file

@ -20,6 +20,7 @@ in
networking = {
firewall = {
trustedInterfaces = [ "wgmesh" ];
allowedUDPPorts = [ link.port ];
};