From 8aaec8d801111387473dbae11f0414cbc9c44521 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Thu, 19 Sep 2024 15:04:06 +0200 Subject: [PATCH] fix(APPA/gethomepage): fix layout --- hosts/APPA/services/homepage-dashboard.nix | 36 +++++++++++++--------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/hosts/APPA/services/homepage-dashboard.nix b/hosts/APPA/services/homepage-dashboard.nix index 5e485c8..ca4c378 100644 --- a/hosts/APPA/services/homepage-dashboard.nix +++ b/hosts/APPA/services/homepage-dashboard.nix @@ -4,20 +4,28 @@ listenPort = 8002; settings = { title = "dryb.org"; - layout = { - "Network" = { - style = "row"; - columns = 3; - }; - "IOT" = { - style = "row"; - columns = 3; - }; - "Services" = { - style = "row"; - columns = 3; - }; - }; + theme = "light"; + color = "white"; + layout = [ + { + "Network" = { + style = "row"; + columns = 3; + }; + } + { + "IOT" = { + style = "row"; + columns = 3; + }; + } + { + "Services" = { + style = "row"; + columns = 3; + }; + } + ]; }; services = [ {