t470s: Allow querying the NVMe device
1 file 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 + ]; }