t470s: Allow querying the NVMe device
Alan Pearce alan@alanpearce.eu
Sun, 10 Sep 2017 12:02:32 +0200
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M modules/t470s.nix → modules/t470s.nix
@@ -4,4 +4,8 @@ { hardware.usbWwan.enable = true; hardware.firmware = with pkgs; [ firmwareLinuxNonfree ]; + + environment.systemPackages = with pkgs; [ + nvme-cli + ]; }