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";