nixos: services: homebox: use postgres
This commit is contained in:
parent
e5bf5a3ba1
commit
439a6bc930
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ in
|
|||
services.homebox = {
|
||||
enable = true;
|
||||
|
||||
# Automatic PostgreSQL provisioning
|
||||
database = {
|
||||
createLocally = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
# FIXME: mailer?
|
||||
HBOX_WEB_PORT = toString cfg.port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue