❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update homebox path

Signed-off-by: aottr <alex@otter.foo>

aottr 73d6af16 93adc55d

+2 -1
+2 -1
modules/nixos/server/homebox.nix
··· 5 5 enable = true; 6 6 settings = { 7 7 HBOX_WEB_PORT = "27745"; 8 - HBOX_STORAGE_DATA = "/var/lib/homebox/data"; 8 + HBOX_STORAGE_CONN_STRING = "file:///var/lib/homebox"; 9 + HBOX_STORAGE_PREFIX_PATH = "data"; 9 10 HBOX_OPTIONS_ALLOW_REGISTRATION = "true"; 10 11 HBOX_OPTIONS_CHECK_GITHUB_RELEASE = "false"; 11 12 HBOX_MODE = "production";