This commit is contained in:
Filippo Berto 2023-05-09 20:16:55 +02:00
parent b3257dfbc5
commit a7de2895da
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 29 additions and 2 deletions

View file

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