update port #68

Merged
astro merged 3 commits from :vps-leon into master 2022-09-26 04:04:14 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 408b2b3edd - Show all commits

View File

@ -51,7 +51,7 @@
networking.firewall = {
allowedTCPPorts = [ 80 443 22 ];
allowedUDPPorts = [ 18800 ];
allowedUDPPorts = [ 18900 ];
};
#------------------DOCKER----------------------------
@ -65,6 +65,7 @@
networking.wireguard.interfaces = {
vpn = {
ips = [ "10.10.11.4/24" ];
privateKeyFile = "/etc/nixos/wireguard-keys/private-key";
peers = [
{