From 992bff9ca149d13caba44a91e2205487aec1303c Mon Sep 17 00:00:00 2001 From: Satria Date: Thu, 5 Mar 2026 19:09:48 +0700 Subject: [PATCH] add docker containers --- modules/system/homelab/dash.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index e2e7727..ea695f3 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -228,7 +228,6 @@ in { { type = "to-do"; id = "tasks"; - hide-header = true; } ]; } @@ -252,6 +251,11 @@ in { check-url = builtins.elemAt e 3; }) services; } + { + type = "docker-containers"; + title = "Containers"; + format-container-names = true; + } ]; } ];