feat: Added tako
This commit is contained in:
13
nixos/tako/services/prowlarr.nix
Normal file
13
nixos/tako/services/prowlarr.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{...}: {
|
||||
services = {
|
||||
prowlarr = {
|
||||
enable = true;
|
||||
settings = {
|
||||
auth = {
|
||||
authentication_enabled = true;
|
||||
authentication_method = "External";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user