From d2818ca8b239a2d4a7163c8c0e91a33ab82311bb Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 20 Jan 2025 20:20:36 -0500 Subject: [PATCH] maybe thats the issue --- modules/users/overseer/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/overseer/services.nix b/modules/users/overseer/services.nix index e2707a5..4ac1c81 100644 --- a/modules/users/overseer/services.nix +++ b/modules/users/overseer/services.nix @@ -78,7 +78,7 @@ in homebox = { enable = true; settings = { - HBOX_STORAGE_DATA = "${volumePath}/homebox/data"; + HBOX_STORAGE_DATA = "${volumePath}/homebox/data/"; HBOX_STORAGE_SQLITE_URL = "${volumePath}/homebox/data/homebox.db?_fk=1&_time_format=sqlite"; }; };