fix(harbor): wg server

This commit is contained in:
2025-04-23 00:39:13 +02:00
parent cd2bbd09f4
commit 737ec8f2a8
2 changed files with 4 additions and 2 deletions

View File

@@ -41,7 +41,9 @@ in {
inherit (cfg) privateKeyFile;
peers = [
peers.jonas
{
inherit (peers.jonas) publicKey allowedIPs;
}
];
};
};