System Gen36 @ 2025-05-13-22:51:15 by jonas@monolith

This commit is contained in:
2025-05-13 22:51:15 +02:00
parent 1049e826ba
commit 532af9900f
6 changed files with 72 additions and 15 deletions

View File

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