all repos — nixfiles @ a8247a03c426c9d62be3231742084ae2d4e257c7

System and user configuration, managed by nix and home-manager

t470s: Allow querying the NVMe device
Alan Pearce alan@alanpearce.eu
Sun, 10 Sep 2017 12:02:32 +0200
commit

a8247a03c426c9d62be3231742084ae2d4e257c7

parent

dabc447cb712c6033ea3faf3131d4e61a5133fcc

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M modules/t470s.nixmodules/t470s.nix
@@ -4,4 +4,8 @@ { hardware.usbWwan.enable = true;   hardware.firmware = with pkgs; [
     firmwareLinuxNonfree
   ];
+
+  environment.systemPackages = with pkgs; [
+    nvme-cli
+  ];
 }