From 34f2aa52839be6ab640af421165be2d26661a55b Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Tue, 18 Mar 2025 12:02:58 +0500 Subject: [PATCH] fix: NixOS | public key again --- 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 e655126..0b08652 100644 --- a/nixos/master/configuration.nix +++ b/nixos/master/configuration.nix @@ -160,7 +160,7 @@ peers = [ { name = "shahab"; - publicKey = "OQ7fJ6vnKGon70q/Rje2B4yNYJWE+lMQXuBAGkhd/Hk="; + publicKey = "0KN9Z2HZlPEh6j399SygclxwOwKFyRfgyyLE75WJhH8="; allowedIPs = [ "192.168.20.2/32" ]; } ];