Readarr: remove unused module

This commit is contained in:
Filippo Berto 2023-06-09 00:21:48 +02:00
parent 55ae85008b
commit 1af6e1ca10
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 0 additions and 9 deletions

View file

@ -1,8 +0,0 @@
{ pkgs, ... }: {
services.readarr = {
enable = true;
package = pkgs.unstable_pkgs.readarr;
openFirewall = true;
group = "users";
};
}