···66 cfg = config.services.plex;77in88{99+ imports = [1010+ (mkRemovedOptionModule [ "services" "plex" "managePlugins" ] "Please omit or define the option: `services.plex.extraPlugins' instead.")1111+ ];1212+913 options = {1014 services.plex = {1115 enable = mkEnableOption "Plex Media Server";···4642 '';4743 };48444949- managePlugins = mkOption {5050- type = types.bool;5151- default = true;5252- description = ''5353- If set to true, this option will cause all of the symlinks in Plex's5454- plugin directory to be removed and symlinks for paths specified in5555- <option>extraPlugins</option> to be added.5656- '';5757- };5858-5945 extraPlugins = mkOption {6046 type = types.listOf types.path;6147 default = [];···5359 A list of paths to extra plugin bundles to install in Plex's plugin5460 directory. Every time the systemd unit for Plex starts up, all of the5561 symlinks in Plex's plugin directory will be cleared and this module5656- will symlink all of the paths specified here to that directory. If5757- this behavior is undesired, set <option>managePlugins</option> to5858- false.6262+ will symlink all of the paths specified here to that directory.5963 '';6064 };6165