From 714442fca2c6f4878e11634a35f388a59da01e23 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Tue, 18 Mar 2025 11:57:02 +0500 Subject: [PATCH] fix: NixOS | update pubkey for wireguard --- nixos/master/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/master/configuration.nix b/nixos/master/configuration.nix index ccd6620..e655126 100644 --- a/nixos/master/configuration.nix +++ b/nixos/master/configuration.nix @@ -160,7 +160,7 @@ peers = [ { name = "shahab"; - publicKey = "Y8Lj8zAKCyr65mS/jfjw5BA3btftJnx136joizPXBxE="; + publicKey = "OQ7fJ6vnKGon70q/Rje2B4yNYJWE+lMQXuBAGkhd/Hk="; allowedIPs = [ "192.168.20.2/32" ]; } ];