about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2022-12-14 21:40:46 +0000
committerGitHub <noreply@github.com>2022-12-14 21:40:46 +0000
commit77f39365524a0c09d3d89134ad2c239352f34cfb (patch)
treef6715c63e986a24f6ed9d8332e434f431f3f9136 /nixos
parent397e7264a3ad769190bb5040c7be1d10e13f4b3f (diff)
parentc2723da1eab107dfd70e09363ffe61424db91f0b (diff)
downloadnixlib-77f39365524a0c09d3d89134ad2c239352f34cfb.tar
nixlib-77f39365524a0c09d3d89134ad2c239352f34cfb.tar.gz
nixlib-77f39365524a0c09d3d89134ad2c239352f34cfb.tar.bz2
nixlib-77f39365524a0c09d3d89134ad2c239352f34cfb.tar.lz
nixlib-77f39365524a0c09d3d89134ad2c239352f34cfb.tar.xz
nixlib-77f39365524a0c09d3d89134ad2c239352f34cfb.tar.zst
nixlib-77f39365524a0c09d3d89134ad2c239352f34cfb.zip
Merge pull request #205927 from asininemonkey/nixos-nvme-cli
nixos/modules/profiles/base: add nvme-cli
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/profiles/base.nix1
1 files changed, 1 insertions, 0 deletions
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