commit 4d926c163d50b80ea87504109c59c7c5cbc838d7
parent f6047a34f5baccc6037d19b77cf8cb99082b28a0
Author: Katja (zaphyra) <git@ctu.cx>
Date: Sun, 15 Jun 2025 13:43:55 +0200
parent f6047a34f5baccc6037d19b77cf8cb99082b28a0
Author: Katja (zaphyra) <git@ctu.cx>
Date: Sun, 15 Jun 2025 13:43:55 +0200
hosts/novus/dn42: add some clients
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/hosts/novus/dn42.nix b/hosts/novus/dn42.nix @@ -128,9 +128,27 @@ wireguardPeers = [ { + #morio PublicKey = "BUAac0PtF+4QmsFMVoQOLWRtSRYjy1y2nKvTA9BcXC0="; AllowedIPs = [ "fd6b:6174:6a61::2/128" + "fd6b:6174:6a61:53::2/128" + ]; + PersistentKeepalive = 10; + } + { + #zaphyraThinkPad + PublicKey = "7drlp9TmHgSgqSR1PynfAzf8BIH4LWVuFDtPqGs88EY="; + AllowedIPs = [ + "fd6b:6174:6a61::acab/128" + ]; + PersistentKeepalive = 10; + } + { + #zaphyraPhone + PublicKey = "3rp8iD+Nk9DsyM/JCvrV7bBnEzioG30SDqOQhNWwsVs="; + AllowedIPs = [ + "fd6b:6174:6a61:c0::2/128" ]; PersistentKeepalive = 10; }