Disable Jellyseerr module to get rid of a warning

This commit is contained in:
Wekuz 2026-04-09 14:47:14 +03:00
parent 5f0bf2a818
commit 6264494ddd
Signed by: Wekuz
GPG key ID: 2E502F2AABD32DF9

View file

@ -52,6 +52,9 @@
]; ];
}; };
} }
{
disabledModules = [ "services/misc/jellyseerr.nix" ];
}
(import "${nixpkgs-unstable}/nixos/modules/services/misc/seerr.nix") (import "${nixpkgs-unstable}/nixos/modules/services/misc/seerr.nix")
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
{ {