From 14bf0e43dee84b7fdcb2fc1709236f5c990fa3c6 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Mon, 2 Feb 2026 10:05:54 -0600 Subject: [PATCH] add youtarr to homepage --- hosts/h001/mods/homepage-dashboard.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/h001/mods/homepage-dashboard.nix b/hosts/h001/mods/homepage-dashboard.nix index 0e43dce9..6e44082b 100644 --- a/hosts/h001/mods/homepage-dashboard.nix +++ b/hosts/h001/mods/homepage-dashboard.nix @@ -92,6 +92,13 @@ in icon = "pinchflat"; }; } + { + "Youtarr" = { + description = "YouTube Automation"; + href = "http://h001.net.joshuabell.xyz:3087"; + icon = "youtarr"; + }; + } { "Radarr" = { description = "Movie Automation";