Update wireguard

This commit is contained in:
albert 2024-07-17 13:04:16 +09:00
parent a2b6c149c1
commit 654d654705
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -2,9 +2,9 @@
# Allow these hosts to directly communicate with their hostnames # Allow these hosts to directly communicate with their hostnames
networking.extraHosts = '' networking.extraHosts = ''
10.100.0.1 osaka-linode-01 10.100.0.1 osaka-linode-01-wg
10.100.0.2 warsaw-ovh-01 10.100.0.2 warsaw-ovh-01-wg
10.100.0.4 frankfurt-linode-01 10.100.0.4 frankfurt-linode-01-wg
''; '';
networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 22 ]; networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 22 ];