unblock port 22000

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-12 08:56:29 +01:00
parent a44b57b689
commit adce436b0d
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -138,4 +138,6 @@
};
};
networking.firewall.interfaces."wg0".allowedTCPPorts = [ 8384 ];
networking.firewall.allowedTCPPorts = [ 22000 ];
networking.firewall.allowedUDPPorts = [ 22000 ];
}