This commit is contained in:
parent
a2511aa708
commit
bc954cc68d
11 changed files with 51 additions and 104 deletions
7
nixos/hosts/hades/overseerr/sonarr.nix
Normal file
7
nixos/hosts/hades/overseerr/sonarr.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }: {
|
||||
services.sonarr = {
|
||||
enable = true;
|
||||
dataDir = "/var/lib/sonarr";
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue