summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-09-10 12:02:32 +0200
committerAlan Pearce2017-09-10 12:02:32 +0200
commita8247a03c426c9d62be3231742084ae2d4e257c7 (patch)
tree6fb7e6721cff50d4777aa0b2202eef654554d563
parentdabc447cb712c6033ea3faf3131d4e61a5133fcc (diff)
downloadnixos-configuration-a8247a03c426c9d62be3231742084ae2d4e257c7.tar.lz
nixos-configuration-a8247a03c426c9d62be3231742084ae2d4e257c7.tar.zst
nixos-configuration-a8247a03c426c9d62be3231742084ae2d4e257c7.zip
t470s: Allow querying the NVMe device
-rw-r--r--modules/t470s.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/t470s.nix b/modules/t470s.nix
index ba2c17c..ddaba1d 100644
--- a/modules/t470s.nix
+++ b/modules/t470s.nix
@@ -4,4 +4,8 @@
   hardware.firmware = with pkgs; [
     firmwareLinuxNonfree
   ];
+
+  environment.systemPackages = with pkgs; [
+    nvme-cli
+  ];
 }