Update wireguard
This commit is contained in:
parent
a2b6c149c1
commit
654d654705
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue