mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Restrict module postgres settings to archtika database
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user