diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index 5926936..bd4b9af 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -66,6 +66,7 @@ 80 443 873 # rsyncd + 5055 # Seerr 5201 # iperf3 8096 # Jellyfin 15835 # Glance @@ -142,6 +143,10 @@ jellyfin = { enable = true; }; + seerr = { + enable = true; + package = pkgs.unstable.seerr; + }; }; environment.variables.EDITOR = "nvim";