1
0

profiles/dn42-router: Fix defaults and decryption of module options

This commit is contained in:
2025-03-22 17:49:52 +01:00
parent 58f7ba4518
commit d304a47f89

View File

@@ -37,7 +37,7 @@ in {
};
};
}));
default = {};
default = [];
description = "External bgp peers";
};
bgpPeers = mkOption {
@@ -57,7 +57,7 @@ in {
};
};
}));
default = {};
default = [];
description = "External bgp peers";
};
wireguardPeers = mkOption {
@@ -87,7 +87,7 @@ in {
};
}));
default = [];
description = "External bgp peers";
description = "External bgp peers connected via wireguard";
};
birdExtraConfig = mkOption {
type = types.str;