Files
homelab/hosts/sin/glances.nix
Sin Ser'hao 56ffeaf5a0
Some checks failed
/ perform flake analysis (push) Successful in 37s
/ build hive configuration (push) Failing after 8m50s
format && add nix-serve for caching
2026-01-07 15:29:28 +01:00

10 lines
146 B
Nix

{ ... }:
{
services.glances = {
enable = true;
openFirewall = true;
# TODO Change secrets
extraArgs = [ "--webserver" ];
};
}