🔧 add glances
This commit is contained in:
parent
6d5dbcbafc
commit
e34dc222db
1 changed files with 4 additions and 0 deletions
|
@ -37,8 +37,12 @@ with lib;
|
|||
(writers.writeBashBin "vulnix-system" ''
|
||||
${vulnix}/bin/vulnix --profile /nix/var/nix/profiles/system
|
||||
'')
|
||||
|
||||
# cpu load monitor
|
||||
glances
|
||||
];
|
||||
|
||||
# cpu load monitor
|
||||
programs.btop.enable = true;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue