Cleanup db entries.

This commit is contained in:
Joseph Hanson 2025-02-28 22:48:27 -06:00
parent 1f550f4019
commit 96393b4476
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -232,13 +232,6 @@ in {
openFirewall = true;
hardening = true;
apiKeyFile = config.sops.secrets."arr/prowlarr/apiKey".path;
# db = {
# enable = true;
# hostFile = config.sops.secrets."arr/prowlarr/postgres/host".path;
# port = 5432;
# userFile = config.sops.secrets."arr/prowlarr/postgres/user".path;
# passwordFile = config.sops.secrets."arr/prowlarr/postgres/password".path;
# };
};
# Radarr
radarr = {
@ -256,14 +249,6 @@ in {
openFirewall = true;
hardening = true;
apiKeyFile = config.sops.secrets."arr/radarr/1080p/apiKey".path;
# db = {
# enable = true;
# hostFile = config.sops.secrets."arr/radarr/1080p/postgres/host".path;
# port = 5432;
# dbname = "radarr_main";
# userFile = config.sops.secrets."arr/radarr/1080p/postgres/user".path;
# passwordFile = config.sops.secrets."arr/radarr/1080p/postgres/password".path;
# };
};
moviesAnime = {
enable = true;
@ -277,14 +262,6 @@ in {
openFirewall = true;
hardening = true;
apiKeyFile = config.sops.secrets."arr/radarr/anime/apiKey".path;
# db = {
# enable = true;
# hostFile = config.sops.secrets."arr/radarr/anime/postgres/host".path;
# port = 5432;
# dbname = "radarr_anime";
# userFile = config.sops.secrets."arr/radarr/anime/postgres/user".path;
# passwordFile = config.sops.secrets."arr/radarr/anime/postgres/password".path;
# };
};
};
};
@ -304,14 +281,6 @@ in {
openFirewall = true;
hardening = true;
apiKeyFile = config.sops.secrets."arr/sonarr/1080p/apiKey".path;
# db = {
# enable = true;
# hostFile = config.sops.secrets."arr/sonarr/1080p/postgres/host".path;
# port = 5432;
# dbname = "sonarr_main";
# userFile = config.sops.secrets."arr/sonarr/1080p/postgres/user".path;
# passwordFile = config.sops.secrets."arr/sonarr/1080p/postgres/password".path;
# };
};
anime = {
enable = true;
@ -325,14 +294,6 @@ in {
openFirewall = true;
hardening = true;
apiKeyFile = config.sops.secrets."arr/sonarr/anime/apiKey".path;
# db = {
# enable = true;
# hostFile = config.sops.secrets."arr/sonarr/anime/postgres/host".path;
# port = 5432;
# dbname = "sonarr_anime";
# userFile = config.sops.secrets."arr/sonarr/anime/postgres/user".path;
# passwordFile = config.sops.secrets."arr/sonarr/anime/postgres/password".path;
# };
};
};
};