services: quassel: trust its pgsql connection
This commit is contained in:
parent
a8f9dd9a02
commit
7cb208e1ea
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue