summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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