machine/serverle: add bazarr apiKey

This commit is contained in:
Felix Buehler 2023-11-30 23:36:03 +01:00
parent 0f0041270a
commit d76ab3a87b
2 changed files with 9 additions and 5 deletions

View file

@ -6,15 +6,16 @@ in
{
sops.secrets = {
"acme/inwx" = { };
"bazarr/apikey" = { };
"borgbackup/password" = { };
"borgbackup/ssh_key" = { };
"dyndns/password" = { };
"sso/auth-key" = { };
"sso/felix/password-hash" = { };
"sso/felix/totp-secret" = { };
"prowlarr/apikey" = { };
"radarr/apikey" = { };
"sonarr/apikey" = { };
"sso/auth-key" = { };
"sso/felix/password-hash" = { };
"sso/felix/totp-secret" = { };
};
# List services that you want to enable:
@ -59,6 +60,7 @@ in
};
bazarr = {
enable = true;
apiKeyFile = secrets."bazarr/apikey".path;
};
ssh-server = {