fix(mottarone): make pg_hba not annoying

This commit is contained in:
uku 2025-05-28 09:34:03 +02:00
parent 6d51e9df13
commit 995bef057f
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -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 = {
enable = true;
initialEmail = "hi@uku.moe";