Disable Jellyseerr module to get rid of a warning
This commit is contained in:
parent
5f0bf2a818
commit
6264494ddd
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue