Enable homebox

This commit is contained in:
muon 2025-01-13 15:51:33 +00:00
parent f1ec089354
commit d829c2ed11
3 changed files with 5 additions and 4 deletions

View file

@ -25,7 +25,7 @@ in with lib; {
HBOX_STORAGE_DATA = cfg.location;
HBOX_STORAGE_SQLITE_URL =
"${cfg.location}/homebox.db?_pragma=busy_timeout=999&_pragma=journal_mode=WAL&_fk=1";
HBOX_OPTIONS_ALLOW_REGISTRATION = "true";
HBOX_OPTIONS_ALLOW_REGISTRATION = "false";
HBOX_MODE = "production";
};