Update public key

This commit is contained in:
iFargle 2024-01-29 16:30:25 +09:00
parent 300765841d
commit 7883a85822
2 changed files with 2 additions and 1 deletions

View file

@ -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 ];

View file

@ -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" ];