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;
|
openFirewall = true;
|
||||||
hardening = true;
|
hardening = true;
|
||||||
apiKeyFile = config.sops.secrets."arr/prowlarr/apiKey".path;
|
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
|
||||||
radarr = {
|
radarr = {
|
||||||
|
@ -256,14 +249,6 @@ in {
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
hardening = true;
|
hardening = true;
|
||||||
apiKeyFile = config.sops.secrets."arr/radarr/1080p/apiKey".path;
|
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 = {
|
moviesAnime = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -277,14 +262,6 @@ in {
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
hardening = true;
|
hardening = true;
|
||||||
apiKeyFile = config.sops.secrets."arr/radarr/anime/apiKey".path;
|
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;
|
openFirewall = true;
|
||||||
hardening = true;
|
hardening = true;
|
||||||
apiKeyFile = config.sops.secrets."arr/sonarr/1080p/apiKey".path;
|
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 = {
|
anime = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -325,14 +294,6 @@ in {
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
hardening = true;
|
hardening = true;
|
||||||
apiKeyFile = config.sops.secrets."arr/sonarr/anime/apiKey".path;
|
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