mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 16:15:05 +00:00
465 B
465 B
Glances
Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
Visit the Glances project page to learn more about it.
Quickstart
Use the following configuration to start a public instance of Glances locally:
{
services.glances = {
enable = true;
openFirewall = true;
};
};