Cleanup db entries.
This commit is contained in:
parent
1f550f4019
commit
96393b4476
1 changed files with 0 additions and 39 deletions
|
@ -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;
|
||||
# };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue