summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-25 21:59:13 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-25 21:59:13 +0200
commitdb16fced93765ead6b712658ccb0f77e1abfc816 (patch)
tree5289966d627e2f4464762c0952aa7ce2c0cf9545
parent637b5bcfdbadddcbe599b08b4831d8b9f4e53576 (diff)
downloadnixos-db16fced93765ead6b712658ccb0f77e1abfc816.tar
nixos-db16fced93765ead6b712658ccb0f77e1abfc816.tar.gz
nixos-db16fced93765ead6b712658ccb0f77e1abfc816.tar.bz2
nixos-db16fced93765ead6b712658ccb0f77e1abfc816.tar.xz
nixos-db16fced93765ead6b712658ccb0f77e1abfc816.zip
no mbim
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 6912b079..585dbf47 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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