297 current 2025-10-11 13:48:37 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -46,11 +46,11 @@ in
|
|||||||
};
|
};
|
||||||
link = lib.mkOption {
|
link = lib.mkOption {
|
||||||
type = lib.types.attrsOf (lib.types.submodule {
|
type = lib.types.attrsOf (lib.types.submodule {
|
||||||
options.name = lib.mkOption { type = lib.types.str; };
|
options.name = lib.mkOption { type = lib.types.nullOr lib.types.str; };
|
||||||
options.url = lib.mkOption { type = lib.types.str; };
|
options.url = lib.mkOption { type = lib.types.nullOr lib.types.str; };
|
||||||
options.icon = lib.mkOption { type = lib.types.str; };
|
options.icon = lib.mkOption { type = lib.types.nullOr lib.types.str; };
|
||||||
options.allow-insecure = lib.mkOption { type = lib.types.str; default = false; };
|
options.allow-insecure = lib.mkOption { type = lib.types.nullOr lib.types.str; default = false; };
|
||||||
options.category = lib.mkOption { type = lib.types.str; };
|
options.category = lib.mkOption { type = lib.types.nullOr lib.types.str; };
|
||||||
});
|
});
|
||||||
default = {};
|
default = {};
|
||||||
description = "configure the service for use in ${service}";
|
description = "configure the service for use in ${service}";
|
||||||
|
|||||||
Reference in New Issue
Block a user