Skip to content

watchstate

Self-hosted service to sync your plex, jellyfin and emby play state

Example

nix
{config, ...}: {
  nps.stacks.watchstate.enable = true;
}

Stack Options

nps.stacks.watchstate.containers.watchstate

Alias of {option}services.podman.containers.watchstate.

Type
plaintext
submodule
Declaration

nps.stacks.watchstate.enable

Whether to enable watchstate.

Type
plaintext
boolean
Default
nix
false
Example
nix
true
Declaration