hide nix store from stats
This commit is contained in:
parent
e732fcdcae
commit
1440a5bc0b
1 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue