From 6f7bca0dff91c5392f4898885f1d50a0ebe75aaf Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 18 Jun 2022 16:55:54 +0200 Subject: [PATCH] open wireguard port --- hosts/cirrus/wireguard-server.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/cirrus/wireguard-server.nix b/hosts/cirrus/wireguard-server.nix index 7920e9f..886b045 100644 --- a/hosts/cirrus/wireguard-server.nix +++ b/hosts/cirrus/wireguard-server.nix @@ -1,5 +1,6 @@ { config, ... }: { + networking.firewall.allowedUDPPorts = [ 51820 ]; networking.wireguard.enable = true; systemd.network = { netdevs."oxalab" = {