nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 0584a09818ff0a746eaea5adac4536b048086f03
parent 8968ee294ca95b917a2666ce2935ce1c68b032df
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Mon, 28 Jul 2025 14:20:12 +0100

Fix watchedlist bug

Doesn't use defined DB unless told to

Diffstat:
Mhome/kodi.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/home/kodi.nix b/home/kodi.nix @@ -22,6 +22,7 @@ }; addonSettings = { "service.watchedlist" = { + "extdb" = "true"; "dbpath" = "/home/${username}/vault/"; "dbfilename" = "watchedlist.db"; };