diff --git a/nixos/hosts/shadowfax/default.nix b/nixos/hosts/shadowfax/default.nix index 63aa1ee..97c58c5 100644 --- a/nixos/hosts/shadowfax/default.nix +++ b/nixos/hosts/shadowfax/default.nix @@ -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; - # }; }; }; };