nixos: services: homebox: use postgres

This commit is contained in:
Bruno BELANYI 2025-04-09 12:26:04 +02:00
parent e5bf5a3ba1
commit 439a6bc930

View file

@ -19,6 +19,11 @@ in
services.homebox = {
enable = true;
# Automatic PostgreSQL provisioning
database = {
createLocally = true;
};
settings = {
# FIXME: mailer?
HBOX_WEB_PORT = toString cfg.port;