hide nix store from stats

This commit is contained in:
Satria 2026-03-06 22:42:05 +07:00
commit 1440a5bc0b

View file

@ -262,7 +262,10 @@ in {
widgets = [ widgets = [
{ {
type = "server-stats"; type = "server-stats";
servers = [{ type = "local"; }]; servers = [{
type = "local";
mountpoints."/nix/store".hide = true;
}];
} }
{ {
type = "monitor"; type = "monitor";