thrall: Upgrade postgres to v15.5

This commit is contained in:
Alexander Kobjolke 2023-12-14 21:45:52 +01:00
parent 4b3ed18218
commit 6261d8bf97

View file

@ -389,6 +389,7 @@ in {
virusScanning = true;
};
services.postgresql = { package = pkgs.postgresql_15; };
services.roundcube = {
enable = true;
hostName = "mail.failco.de";