Update UDP ports

This commit is contained in:
iFargle 2023-10-06 12:53:53 +09:00
parent acaebe08f7
commit 2a470a3ff1

View file

@ -15,9 +15,8 @@
time.timeZone = "Asia/Tokyo"; time.timeZone = "Asia/Tokyo";
networking.hostName = "osaka-vultr-01"; networking.hostName = "osaka-vultr-01";
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [ 22 ];
22 networking.firewall.allowedUDPPorts = [ 51820 ];
];
# Set up the secrets file: # Set up the secrets file:
sops.secrets."wireguard_keys/osaka-vultr-01/private" = { sops.secrets."wireguard_keys/osaka-vultr-01/private" = {