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; + } ]; } ];