audiobookshelf websocket definition

This commit is contained in:
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;
config = {
my.servers.audiobookshelf.enableSocket = true;
services = {
audiobookshelf = lib.mkIf cfg.enable {
inherit (cfg) port;