snowflake/modules/services/arr/sonarr.nix

8 lines
118 B
Nix
Raw Normal View History

2023-05-17 10:13:30 -04:00
{...}: {
services.sonarr = {
enable = true;
openFirewall = true;
dataDir = "/home/notoh/sonarr";
};
}