From d5b5b4adbdeea5399baec073dc08da9f89329058 Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 7 Mar 2026 19:37:18 +0700 Subject: [PATCH] set hide by default --- modules/system/homelab/dash.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index 10cf100..df1d8ef 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -297,6 +297,7 @@ in { type = "docker-containers"; title = "Containers"; format-container-names = true; + hide-by-default = true; } ]; }