all repos — archive/nixos-configuration @ 38fce4627d3c2f8ba79049f571fd16bc5037d008

Superseded by nixfiles

Merge remote-tracking branch 'origin/HEAD'

Alan Pearce
commit

38fce4627d3c2f8ba79049f571fd16bc5037d008

parent

9b2347d2832781c13f73e57ca775fd3583aeeaee

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

changed files
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 + ]; }