Skip to content

Commit 22836aa

Browse files
nixos-modules.routers.expo: interpolate WANInterface for systemd-networkd
1 parent 5a30c13 commit 22836aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/nixos-modules/routers/expo.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ in
247247
in
248248
genAttrs' cfg.trunkInterfaces trunks
249249
// {
250-
"30-border" = {
250+
"30-${cfg.frrBorderInterface}" = {
251251
matchConfig.Name = cfg.frrBorderInterface;
252252
networkConfig = {
253253
LinkLocalAddressing = "no";
@@ -256,7 +256,7 @@ in
256256
"vlan902"
257257
];
258258
};
259-
"30-cf" = {
259+
"30-${cfg.frrConferenceInterface}" = {
260260
matchConfig.Name = cfg.frrConferenceInterface;
261261
networkConfig = {
262262
LinkLocalAddressing = "no";

0 commit comments

Comments
 (0)