diff --git a/flake.nix b/flake.nix index a83c8a5..9ccf23d 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,7 @@ ]; }; } + (import "${nixpkgs-unstable}/nixos/modules/services/misc/seerr.nix") home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true; 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";