diff options
| author | Grigory Shipunov | 2022-06-18 16:55:54 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-18 16:55:54 +0200 |
| commit | 6f7bca0dff91c5392f4898885f1d50a0ebe75aaf (patch) | |
| tree | 7dd8f65ef84407e0470824cb259d2d18bcd7532b /hosts/cirrus | |
| parent | 8a52b5cfd3005dfd3411b0df2c7a7966ba1c5aaf (diff) | |
open wireguard port
Diffstat (limited to 'hosts/cirrus')
| -rw-r--r-- | hosts/cirrus/wireguard-server.nix | 1 |
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" = { |
