services: quassel: trust its pgsql connection

This commit is contained in:
Bruno BELANYI 2021-02-15 22:03:28 +00:00
parent a8f9dd9a02
commit 7cb208e1ea

View file

@ -42,6 +42,9 @@ in
ensurePermissions."DATABASE quassel" = "ALL PRIVILEGES"; ensurePermissions."DATABASE quassel" = "ALL PRIVILEGES";
} }
]; ];
# Insecure, I don't care.
# Because Quassel does not use the socket, I simply trust its connection
authentication = "host quassel quassel localhost trust";
}; };
}; };
} }