all repos — archive/nixos-configuration @ 6f2b320ea5012f64412849b28d37296395af7d13

Superseded by nixfiles

T470s: Enable ModemManager

Alan Pearce
commit

6f2b320ea5012f64412849b28d37296395af7d13

parent

d75c3b679efe46fe391c5c57fd2ec4c27302d3d5

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

jump to
M modules/t470s.nixmodules/t470s.nix
@@ -5,6 +5,8 @@ hardware.firmware = with pkgs; [
firmwareLinuxNonfree ]; + systemd.services.ModemManager.enable = true; + environment.systemPackages = with pkgs; [ nvme-cli ];