mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Restrict module postgres settings to archtika database
This commit is contained in:
@@ -224,7 +224,7 @@ in
|
|||||||
ensureDatabases = [ cfg.databaseName ];
|
ensureDatabases = [ cfg.databaseName ];
|
||||||
extensions = ps: with ps; [ pgjwt ];
|
extensions = ps: with ps; [ pgjwt ];
|
||||||
authentication = lib.mkOverride 11 ''
|
authentication = lib.mkOverride 11 ''
|
||||||
local all all trust
|
local ${cfg.databaseName} all trust
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user