mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Enable homebox
This commit is contained in:
parent
f1ec089354
commit
d829c2ed11
3 changed files with 5 additions and 4 deletions
|
|
@ -35,6 +35,7 @@ in {
|
||||||
mods.server.reddit.enable = true;
|
mods.server.reddit.enable = true;
|
||||||
|
|
||||||
mods.server.grav.enable = true;
|
mods.server.grav.enable = true;
|
||||||
|
mods.server.homebox.enable = true;
|
||||||
|
|
||||||
mods.tailscale.enable = true;
|
mods.tailscale.enable = true;
|
||||||
mods.wireguard.id = 3;
|
mods.wireguard.id = 3;
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,9 @@ in {
|
||||||
mods.server.astral.enable = false;
|
mods.server.astral.enable = false;
|
||||||
mods.server.astral.memory = "3G";
|
mods.server.astral.memory = "3G";
|
||||||
|
|
||||||
mods.server.sync.enable = true;
|
# mods.server.sync.enable = false;
|
||||||
mods.server.sync.address = "100.85.27.29";
|
# mods.server.sync.address = "100.85.27.29";
|
||||||
mods.server.sync.port = "8385";
|
# mods.server.sync.port = "8385";
|
||||||
|
|
||||||
mods.server.headscale.enable = false;
|
mods.server.headscale.enable = false;
|
||||||
mods.server.wireguard.enable = true;
|
mods.server.wireguard.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ in with lib; {
|
||||||
HBOX_STORAGE_DATA = cfg.location;
|
HBOX_STORAGE_DATA = cfg.location;
|
||||||
HBOX_STORAGE_SQLITE_URL =
|
HBOX_STORAGE_SQLITE_URL =
|
||||||
"${cfg.location}/homebox.db?_pragma=busy_timeout=999&_pragma=journal_mode=WAL&_fk=1";
|
"${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";
|
HBOX_MODE = "production";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue