Skip to content

Commit

Permalink
fix(system): add utils for disk monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
misumisumi committed Jan 19, 2025
1 parent 3cd29d5 commit 8709ab3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/system/pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
{
environment = {
systemPackages = with pkgs; [
nvme-cli
pciutils # Device utils
usbutils
screen # Separate terminal
smartmontools
usbutils
];
};
}

0 comments on commit 8709ab3

Please sign in to comment.