From c2723da1eab107dfd70e09363ffe61424db91f0b Mon Sep 17 00:00:00 2001 From: Jose Cardoso <65740649+asininemonkey@users.noreply.github.com> Date: Tue, 13 Dec 2022 15:35:05 +0000 Subject: [PATCH] nixos/modules/profiles/base.nix: add nvme-cli --- nixos/modules/profiles/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix index eebc0df1040c..616b2470dcb4 100644 --- a/nixos/modules/profiles/base.nix +++ b/nixos/modules/profiles/base.nix @@ -42,6 +42,7 @@ pkgs.smartmontools # for diagnosing hard disks pkgs.pciutils pkgs.usbutils + pkgs.nvme-cli # Tools to create / manipulate filesystems. pkgs.ntfsprogs # for resizing NTFS partitions