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

@ -35,6 +35,7 @@ in {
mods.server.reddit.enable = true;
mods.server.grav.enable = true;
mods.server.homebox.enable = true;
mods.tailscale.enable = true;
mods.wireguard.id = 3;

View file

@ -29,9 +29,9 @@ in {
mods.server.astral.enable = false;
mods.server.astral.memory = "3G";
mods.server.sync.enable = true;
mods.server.sync.address = "100.85.27.29";
mods.server.sync.port = "8385";
# mods.server.sync.enable = false;
# mods.server.sync.address = "100.85.27.29";
# mods.server.sync.port = "8385";
mods.server.headscale.enable = false;
mods.server.wireguard.enable = true;

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";
};