diff options
author | Alan Pearce | 2017-09-10 12:02:32 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-10 12:02:32 +0200 |
commit | a8247a03c426c9d62be3231742084ae2d4e257c7 (patch) | |
tree | 6fb7e6721cff50d4777aa0b2202eef654554d563 /modules | |
parent | dabc447cb712c6033ea3faf3131d4e61a5133fcc (diff) | |
download | nixos-configuration-a8247a03c426c9d62be3231742084ae2d4e257c7.tar.lz nixos-configuration-a8247a03c426c9d62be3231742084ae2d4e257c7.tar.zst nixos-configuration-a8247a03c426c9d62be3231742084ae2d4e257c7.zip |
t470s: Allow querying the NVMe device
Diffstat (limited to 'modules')
-rw-r--r-- | modules/t470s.nix | 4 |
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 + ]; } |