fix: NixOS | update pubkey for wireguard

This commit is contained in:
2025-03-18 11:57:02 +05:00
parent e54ebc5f0c
commit 714442fca2

View File

@@ -160,7 +160,7 @@
peers = [ peers = [
{ {
name = "shahab"; name = "shahab";
publicKey = "Y8Lj8zAKCyr65mS/jfjw5BA3btftJnx136joizPXBxE="; publicKey = "OQ7fJ6vnKGon70q/Rje2B4yNYJWE+lMQXuBAGkhd/Hk=";
allowedIPs = [ "192.168.20.2/32" ]; allowedIPs = [ "192.168.20.2/32" ];
} }
]; ];