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