From ada2bf81db26b1d52fda667cc98b8761b3a2962a Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 16:37:13 -0500 Subject: [PATCH] 301 current 2025-10-11 16:34:19 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/arr/sonarr/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 9cc0fc4..eb06f52 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 300 current 2025-10-11 15:30:33 25.05.20251006.20c4598 6.12.50 * +# generation: 301 current 2025-10-11 16:34:19 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/arr/sonarr/default.nix b/modules/homelab/services/arr/sonarr/default.nix index 99def85..1320b17 100644 --- a/modules/homelab/services/arr/sonarr/default.nix +++ b/modules/homelab/services/arr/sonarr/default.nix @@ -86,8 +86,8 @@ in # add to glance modules.services.glance.links.mediastack = [{ - name = service; - url = cfg.url; + name = ${service}; + url = ${cfg.url}; icon = "di:${service}"; }]; # add to backups