From 406dafcd482bfaea7bc787f2a1beff54de2c4623 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 23:42:54 -0500 Subject: [PATCH] 338 current 2025-10-11 21:54:50 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/audiobookshelf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/services/audiobookshelf/default.nix b/modules/homelab/services/audiobookshelf/default.nix index ed339e5..fc47d16 100644 --- a/modules/homelab/services/audiobookshelf/default.nix +++ b/modules/homelab/services/audiobookshelf/default.nix @@ -96,7 +96,7 @@ in }; # add to glance public service - modules.services.glance.links. = [{ + modules.services.glance.links.mediastack = [{ title = service; url = "https://abs.${homelab.public_domain}"; error-url = "http://${homelab.host_ip}:${toString cfg.port}";