nixpkgs/nixos/modules/services/monitoring/glances.md
Wolfgang Walther 6c47e7d5da
treewide: fix syntax errors in nix code blocks
Fixes all code blocks with "nix" language in markdown files for syntax
errors to be able to run nixfmt in the next step.
2025-07-24 13:52:29 +02:00

464 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;
  };
}