summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-18 16:55:54 +0200
committerGrigory Shipunov2022-06-18 16:55:54 +0200
commit6f7bca0dff91c5392f4898885f1d50a0ebe75aaf (patch)
tree7dd8f65ef84407e0470824cb259d2d18bcd7532b
parent8a52b5cfd3005dfd3411b0df2c7a7966ba1c5aaf (diff)
open wireguard port
-rw-r--r--hosts/cirrus/wireguard-server.nix1
1 files changed, 1 insertions, 0 deletions
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" = {