diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-25 21:59:13 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-25 21:59:13 +0200 |
| commit | db16fced93765ead6b712658ccb0f77e1abfc816 (patch) | |
| tree | 5289966d627e2f4464762c0952aa7ce2c0cf9545 | |
| parent | 637b5bcfdbadddcbe599b08b4831d8b9f4e53576 (diff) | |
| download | nixos-db16fced93765ead6b712658ccb0f77e1abfc816.tar nixos-db16fced93765ead6b712658ccb0f77e1abfc816.tar.gz nixos-db16fced93765ead6b712658ccb0f77e1abfc816.tar.bz2 nixos-db16fced93765ead6b712658ccb0f77e1abfc816.tar.xz nixos-db16fced93765ead6b712658ccb0f77e1abfc816.zip | |
no mbim
| -rw-r--r-- | hel.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -40,6 +40,7 @@ | |||
| 40 | }; | 40 | }; |
| 41 | 41 | ||
| 42 | boot.kernelPackages = pkgs.linuxPackages_latest; | 42 | boot.kernelPackages = pkgs.linuxPackages_latest; |
| 43 | boot.blacklistedKernelModules = [ "cdc_mbim" ]; | ||
| 43 | 44 | ||
| 44 | environment.systemPackages = with pkgs; [ | 45 | environment.systemPackages = with pkgs; [ |
| 45 | git | 46 | git |
