Fix srvcfg

This commit is contained in:
soraefir
2026-05-04 00:08:49 +02:00
parent e53997093b
commit ce569f16e2
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ in
listenPort = 1515;
mtu = 1340;
peers =
if config.syscfg.server ? wireguard then
if config.syscfg.server.wireguard then
map (p: {
name = p.syscfg.hostname;
publicKey = p.syscfg.net.wg.pubkey;