nixos-config/hosts/hopper/profiles/lab/glances.nix

5 lines
51 B
Nix

{
services.glances = {
enable = true;
};
}