Skip to content

Commit d31f2cb

Browse files
committed
Network usage widget
1 parent a79ae87 commit d31f2cb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hosts/spore/services/homepage-dashboard.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@
7171
};
7272
};
7373
}
74+
{
75+
"Network Usage" = {
76+
widget = {
77+
type = "glances";
78+
url = "http://localhost:${config.services.glances.port}";
79+
metric = "network:eth0";
80+
};
81+
};
82+
}
7483
];
7584
}
7685
{

0 commit comments

Comments
 (0)