From 97ee6c4b24cf276092ad18ffd5d2b587bca8c9ba Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 18 Mar 2025 22:45:00 -0500 Subject: [PATCH] feat: audiobookshelf test --- modules/nixos/services/audiobookshelf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/services/audiobookshelf/default.nix b/modules/nixos/services/audiobookshelf/default.nix index 32b0f66..3ac183b 100755 --- a/modules/nixos/services/audiobookshelf/default.nix +++ b/modules/nixos/services/audiobookshelf/default.nix @@ -10,7 +10,7 @@ in services = { audiobookshelf = { enable = true; - host = "https://${host}"; + host = localhost; port = service.ports.port0; dataDir = service.name; openFirewall = true;