From 1440a5bc0b156f56e71845ff92a7f12803751afd Mon Sep 17 00:00:00 2001 From: Satria Date: Fri, 6 Mar 2026 22:42:05 +0700 Subject: [PATCH] hide nix store from stats --- modules/system/homelab/dash.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index 7b9b1b0..10cf100 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -262,7 +262,10 @@ in { widgets = [ { type = "server-stats"; - servers = [{ type = "local"; }]; + servers = [{ + type = "local"; + mountpoints."/nix/store".hide = true; + }]; } { type = "monitor";