Update UDP ports
This commit is contained in:
parent
acaebe08f7
commit
2a470a3ff1
1 changed files with 2 additions and 3 deletions
|
@ -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" = {
|
||||||
|
|
Loading…
Reference in a new issue