14 lines
219 B
Nix
14 lines
219 B
Nix
{...}: {
|
|
services = {
|
|
prowlarr = {
|
|
enable = true;
|
|
settings = {
|
|
auth = {
|
|
authentication_enabled = true;
|
|
authentication_method = "External";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|