Compare commits
1 Commits
main
...
postgres-d
Author | SHA1 | Date | |
---|---|---|---|
5213bf01b1 |
@@ -57,10 +57,16 @@ in
|
||||
|
||||
authentication = pkgs.lib.mkOverride 10 ''
|
||||
local replication all trust
|
||||
local all all peer
|
||||
local all all scram-sha-256
|
||||
host all all all scram-sha-256
|
||||
local sameuser all peer
|
||||
local sameuser all scram-sha-256
|
||||
host sameuser all all scram-sha-256
|
||||
'';
|
||||
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "alloy";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
environment.etc."alloy/postgresql.alloy".text = ''
|
||||
|
Reference in New Issue
Block a user