profiles/dn42-router: Fix defaults and decryption of module options
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user