fix: NixOS | public key again

This commit is contained in:
2025-03-18 12:02:58 +05:00
parent 714442fca2
commit 34f2aa5283

View File

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