open wireguard port
This commit is contained in:
parent
8a52b5cfd3
commit
6f7bca0dff
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
networking.firewall.allowedUDPPorts = [ 51820 ];
|
||||
networking.wireguard.enable = true;
|
||||
systemd.network = {
|
||||
netdevs."oxalab" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue