From 8e8c520fc16903590caf9256b6a29ab902140172 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 19 Nov 2024 20:42:34 +0000 Subject: [PATCH] add forgejo to homepage and update layout --- homelab/homepage-dashboard/default.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/homelab/homepage-dashboard/default.nix b/homelab/homepage-dashboard/default.nix index be2e058..3b0497a 100644 --- a/homelab/homepage-dashboard/default.nix +++ b/homelab/homepage-dashboard/default.nix @@ -7,8 +7,8 @@ headerStyle = "boxed"; layout = { media = { style = "row"; columns = 3; }; - infra = { style = "row"; columns = 1; }; - games = { style = "row"; columns = 1; }; + infra = { style = "row"; columns = 3; }; + games = { style = "row"; columns = 2; }; }; }; bookmarks = [{ @@ -64,6 +64,13 @@ description = "the Nix-based continuous build system"; }; } + { + Forgejo = { + icon = "forgejo.png"; + href = "http://100.94.173.5:3001"; + description = "a lightweight software forge, with a highlight on being completely free software"; + }; + } ]; } {