diff options
author | Alan Pearce | 2017-09-13 09:47:20 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-13 09:47:20 +0200 |
commit | 6f2b320ea5012f64412849b28d37296395af7d13 (patch) | |
tree | 4e84c9031540eb3230fe0dfe6cc538f42d02a1c7 /modules | |
parent | d75c3b679efe46fe391c5c57fd2ec4c27302d3d5 (diff) | |
download | nixos-configuration-6f2b320ea5012f64412849b28d37296395af7d13.tar.lz nixos-configuration-6f2b320ea5012f64412849b28d37296395af7d13.tar.zst nixos-configuration-6f2b320ea5012f64412849b28d37296395af7d13.zip |
T470s: Enable ModemManager
Diffstat (limited to 'modules')
-rw-r--r-- | modules/t470s.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/t470s.nix b/modules/t470s.nix index ddaba1d..133354a 100644 --- a/modules/t470s.nix +++ b/modules/t470s.nix @@ -5,6 +5,8 @@ firmwareLinuxNonfree ]; + systemd.services.ModemManager.enable = true; + environment.systemPackages = with pkgs; [ nvme-cli ]; |