Restrict module postgres settings to archtika database

This commit is contained in:
thiloho
2025-02-07 03:55:28 +01:00
parent c97347e760
commit c7f912947a

View File

@@ -224,7 +224,7 @@ in
ensureDatabases = [ cfg.databaseName ];
extensions = ps: with ps; [ pgjwt ];
authentication = lib.mkOverride 11 ''
local all all trust
local ${cfg.databaseName} all trust
'';
};