From a8247a03c426c9d62be3231742084ae2d4e257c7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 10 Sep 2017 12:02:32 +0200 Subject: t470s: Allow querying the NVMe device --- modules/t470s.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 + ]; } -- cgit 1.4.1