mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Allow the postgres user to connect to the postgres database
This commit is contained in:
@@ -224,6 +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 postgres postgres trust
|
||||||
local ${cfg.databaseName} all trust
|
local ${cfg.databaseName} all trust
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user