Some more type cleanup
This commit is contained in:
@@ -30,7 +30,7 @@ in
|
||||
};
|
||||
|
||||
services.minidlna.mediaDirs = mkOption {
|
||||
type = types.listOf types.string;
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
example = [ "/data/media" "V,/home/alice/video" ];
|
||||
description =
|
||||
|
||||
Reference in New Issue
Block a user