7 lines
118 B
Nix
7 lines
118 B
Nix
{...}: {
|
|
services.sonarr = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
dataDir = "/home/notoh/sonarr";
|
|
};
|
|
}
|