From ba9ae1d48a73f542aaa8a08434a393fde89d2c86 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 25 Dec 2025 12:40:29 -0500 Subject: [PATCH] add hba map --- systems/palatine-hill/postgresql.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systems/palatine-hill/postgresql.nix b/systems/palatine-hill/postgresql.nix index 22d6d64..0e5dc45 100644 --- a/systems/palatine-hill/postgresql.nix +++ b/systems/palatine-hill/postgresql.nix @@ -29,6 +29,12 @@ in # Let other names login as themselves superuser_map /^(.*)$ \1 ''; + authentication = '' + local bazarr bazarr scram-sha-256 + local /.*arr-main /.*arr scram-sha-256 + local /.*arr-log /.*arr scram-sha-256 + local jellyseerr jellyseerr scram-sha-256 + ''; # initialScript = config.sops.secrets."postgres/init".path; ensureDatabases = [