From 424003027efa11ce2aaee21eaf80fff5f80d482f Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 23 Dec 2025 22:57:07 -0500 Subject: [PATCH] get rid of default creds --- systems/palatine-hill/docker/arr.nix | 6 ------ systems/palatine-hill/firewall.nix | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/systems/palatine-hill/docker/arr.nix b/systems/palatine-hill/docker/arr.nix index ab31ab8..2afe63f 100644 --- a/systems/palatine-hill/docker/arr.nix +++ b/systems/palatine-hill/docker/arr.nix @@ -12,8 +12,6 @@ let in { "${ctype}__POSTGRES__HOST" = "host.docker.internal"; - "${ctype}__POSTGRES__USER" = "SOPS_ONLY"; - "${ctype}__POSTGRES__PASSWORD" = "SOPS_ONLY"; "${ctype}__POSTGRES__PORT" = toString config.services.postgresql.settings.port; }; in @@ -57,8 +55,6 @@ in PGID = "100"; TZ = "America/New_York"; POSTGRES_HOST = "host.docker.internal"; - POSTGRES_USER = "SOPS_ONLY"; - POSTGRES_PASSWORD = "SOPS_ONLY"; POSTGRES_PORT = toString config.services.postgresql.settings.port; }; environmentFiles = [ @@ -212,8 +208,6 @@ in DB_TYPE = "postgres"; DB_HOST = "host.docker.internal"; DB_PORT = toString config.services.postgresql.settings.port; - DB_USER = "SOPS_ONLY"; - DB_PASS = "SOPS_ONLY"; }; environmentFiles = [ config.sops.secrets."docker/jellyseerr".path diff --git a/systems/palatine-hill/firewall.nix b/systems/palatine-hill/firewall.nix index 33ffd45..366673f 100644 --- a/systems/palatine-hill/firewall.nix +++ b/systems/palatine-hill/firewall.nix @@ -33,6 +33,9 @@ 8686 8787 5055 + + # temp postgres + 5432 ]; }