fix(mottarone): make pg_hba not annoying
This commit is contained in:
parent
6d51e9df13
commit
995bef057f
1 changed files with 8 additions and 1 deletions
|
@ -59,7 +59,14 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
postgresql.enable = true;
|
postgresql = {
|
||||||
|
enable = true;
|
||||||
|
authentication = ''
|
||||||
|
local all postgres peer
|
||||||
|
local all leo peer
|
||||||
|
local all all md5
|
||||||
|
'';
|
||||||
|
};
|
||||||
pgadmin = {
|
pgadmin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
initialEmail = "hi@uku.moe";
|
initialEmail = "hi@uku.moe";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue