Update public key
This commit is contained in:
parent
300765841d
commit
7883a85822
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
10.100.0.1 osaka-linode-01
|
10.100.0.1 osaka-linode-01
|
||||||
10.100.0.2 framework-server
|
10.100.0.2 framework-server
|
||||||
|
10.100.0.3 backups-rpi4
|
||||||
'';
|
'';
|
||||||
|
|
||||||
networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 22 ];
|
networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 22 ];
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
allowedIPs = [ "10.100.0.2/32" ];
|
allowedIPs = [ "10.100.0.2/32" ];
|
||||||
}
|
}
|
||||||
{ # backups-rpi4
|
{ # backups-rpi4
|
||||||
publicKey = "5LUo2TJr0gsIGCTaeQJDQQqr1+ossEKehKrv2GC1OBw=";
|
publicKey = "cqocpMyY8Z0Jl0hoAdghn3dR3VhkkOYyeSwW6UKk9Fs=";
|
||||||
presharedKeyFile = "/run/secrets/preshared_key";
|
presharedKeyFile = "/run/secrets/preshared_key";
|
||||||
persistentKeepalive = 5;
|
persistentKeepalive = 5;
|
||||||
allowedIPs = [ "10.100.0.3/32" ];
|
allowedIPs = [ "10.100.0.3/32" ];
|
||||||
|
|
Loading…
Reference in a new issue