From a118cd53c3d26433192c2b4f1d30ecd199291d87 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 12 Jun 2024 10:14:11 +0200 Subject: [PATCH] update landingpage --- components/network/nginx.nix | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/components/network/nginx.nix b/components/network/nginx.nix index 1793bc9..82a57f9 100644 --- a/components/network/nginx.nix +++ b/components/network/nginx.nix @@ -99,7 +99,9 @@ with lib; in [ { title = "System Links"; } - (entry { machine = "orbi"; items = [ + (entry { + machine = "orbi"; + items = [ { label = "Jellyfin"; href = "http://flix.ingolf-wagner.de/"; @@ -110,8 +112,11 @@ with lib; href = "http://10.100.0.1:2342/"; image = "https://media.giphy.com/media/fyLi0OuWysotq/giphy.gif"; } - ];}) - (entry { machine = "chungus"; items = [ + ]; + }) + (entry { + machine = "chungus"; + items = [ { label = "Grafana"; href = "http://grafana.chungus.private/explore"; @@ -142,7 +147,8 @@ with lib; href = "http://192.168.178.102/"; image = "https://i.giphy.com/3o7TKsrMIW65QT7VWo.webp"; } - ];}) + ]; + }) (entry { machine = "cherry"; }) (entry { machine = "cream"; }) (entry { machine = "mobi"; })