profiles/dn42-router: Fix defaults and decryption of module options
This commit is contained in:
parent
58f7ba4518
commit
d304a47f89
@ -37,7 +37,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
default = {};
|
default = [];
|
||||||
description = "External bgp peers";
|
description = "External bgp peers";
|
||||||
};
|
};
|
||||||
bgpPeers = mkOption {
|
bgpPeers = mkOption {
|
||||||
@ -57,7 +57,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
default = {};
|
default = [];
|
||||||
description = "External bgp peers";
|
description = "External bgp peers";
|
||||||
};
|
};
|
||||||
wireguardPeers = mkOption {
|
wireguardPeers = mkOption {
|
||||||
@ -87,7 +87,7 @@ in {
|
|||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
default = [];
|
default = [];
|
||||||
description = "External bgp peers";
|
description = "External bgp peers connected via wireguard";
|
||||||
};
|
};
|
||||||
birdExtraConfig = mkOption {
|
birdExtraConfig = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user