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";
|
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;
|
||||||
|
Reference in New Issue
Block a user