auth machine
This commit is contained in:
parent
98dce86882
commit
851a9e18db
34 changed files with 2383 additions and 99 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{config, ...}: {
|
||||
services.sonarr.settings = {
|
||||
auth.method = "External";
|
||||
};
|
||||
|
||||
nixarr = {
|
||||
enable = true;
|
||||
# These two values are also the default, but you can set them to whatever
|
||||
|
|
@ -34,6 +38,8 @@
|
|||
sonarr.enable = true;
|
||||
jellyseerr.enable = true;
|
||||
|
||||
exporters.enable = true;
|
||||
|
||||
recyclarr = {
|
||||
enable = true;
|
||||
configFile = ./recyclarr.yml;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue