lms bc jellyfin buggy qwq

This commit is contained in:
Lucy Hochkamp 2025-11-17 13:33:28 +01:00
parent acea54db81
commit 62a64a79a8
No known key found for this signature in database
3 changed files with 111 additions and 1 deletions

View file

@ -9,7 +9,7 @@ in
default = [ ];
};
options.ragon.persist.extraDirectories = lib.mkOption {
type = lib.types.listOf lib.types.str;
type = lib.types.listOf lib.types.anything;
default = [ ];
};
options.ragon.persist.baseDir = lib.mkOption {