Skip to content

Commit 79dff9f

Browse files
committed
fix types reference
1 parent 33ff4ee commit 79dff9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/jellyfin/options/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ in {
110110
Note: At least the 'default' API key must be configured.
111111
'';
112112
default = {};
113-
type = attrsOf path;
113+
type = types.attrsOf types.path;
114114
example = literalExpression ''
115115
{
116116
default = config.sops.secrets.jellyfin-default-key.path;

0 commit comments

Comments
 (0)