audiobookshelf websocket definition

This commit is contained in:
Danilo Reyes 2025-03-17 20:05:21 -06:00
parent 75efcec006
commit 30d393ad34

View File

@ -6,6 +6,7 @@ in
{ {
options.my.servers.audiobookshelf = setup.mkOptions "audiobookshelf" "audiobooks" 5687; options.my.servers.audiobookshelf = setup.mkOptions "audiobookshelf" "audiobooks" 5687;
config = { config = {
my.servers.audiobookshelf.enableSocket = true;
services = { services = {
audiobookshelf = lib.mkIf cfg.enable { audiobookshelf = lib.mkIf cfg.enable {
inherit (cfg) port; inherit (cfg) port;