Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
21 lines
464 B
Markdown
21 lines
464 B
Markdown
# Glances {#module-serives-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](https://github.com/nicolargo/glances) to learn
|
|
more about it.
|
|
|
|
# Quickstart {#module-serives-glances-quickstart}
|
|
|
|
Use the following configuration to start a public instance of Glances locally:
|
|
|
|
```nix
|
|
{
|
|
services.glances = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|
|
```
|