snowflake/modules/services/arr/radarr.nix

8 lines
118 B
Nix
Raw Normal View History

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