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
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ in
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";
};
};
}