infrastructure/nixos/hosts/hades/overseerr/sonarr.nix
Vivian 95a1a28e91
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
immich: wip
2023-05-19 22:55:51 +02:00

8 lines
111 B
Nix

_: {
services.sonarr = {
enable = true;
dataDir = "/var/lib/sonarr";
openFirewall = true;
};
}