infrastructure/nixos/hosts/hades/overseerr/radarr.nix
Vivian 409c927fff
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fixes
2023-05-19 15:16:07 +02:00

8 lines
111 B
Nix

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