Skip to content

Commit b1f568a

Browse files
committed
Network usage widget
1 parent a79ae87 commit b1f568a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

hosts/spore/services/homepage-dashboard.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@
7171
};
7272
};
7373
}
74+
{
75+
"Network Usage" = {
76+
widget = {
77+
type = "glances";
78+
url = "http://localhost:${builtins.toString config.services.glances.port}";
79+
version = 4;
80+
metric = "network:eth0";
81+
};
82+
};
83+
}
7484
];
7585
}
7686
{

0 commit comments

Comments
 (0)