diff --git a/hosts/unstable/hosea/default.nix b/hosts/unstable/hosea/default.nix index a03413f..7df0621 100644 --- a/hosts/unstable/hosea/default.nix +++ b/hosts/unstable/hosea/default.nix @@ -52,6 +52,8 @@ in proxies = { "jellyfin.home".target = "http://localhost:8096/"; "jellyfin.thehellings.lan".target = "http://localhost:8096/"; + "grafana.home".target = "http://localhost:3001/"; + "grafana.thehellings.lan".target = "http://localhost:3001/"; }; tailscale = { enable = true;