rename VPN

This commit is contained in:
Ingolf Wagner 2023-11-18 12:50:09 +01:00
parent 2c8b007e99
commit c115ba28fd
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, config, ... }:
{
networking.firewall.trustedInterfaces = [ "wg0" ];
# networking.firewall.trustedInterfaces = [ "wg0" ];
networking.firewall.allowedUDPPorts = [ 51820 ];
sops.secrets.wireguard_private = { };
boot.kernel.sysctl."net.ipv4.ip_forward" = true;