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 = [ {