Readarr
This commit is contained in:
parent
b3257dfbc5
commit
a7de2895da
4 changed files with 29 additions and 2 deletions
8
nixos_modules/readarr.nix
Normal file
8
nixos_modules/readarr.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
services.readarr = {
|
||||
enable = true;
|
||||
package = pkgs.unstable_pkgs.readarr;
|
||||
openFirewall = true;
|
||||
group = "users";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue