From 057e5a5d517b07f984b083101c10f10d2265b0e7 Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 23 Oct 2023 17:12:08 +0800 Subject: [PATCH] pc: remove modprobe config about iwlwifi --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index e79f14c0..363f150a 100644 --- a/flake.nix +++ b/flake.nix @@ -127,11 +127,7 @@ }; nixpkgs = { march = "alderlake"; cudaSupport = true; }; gui = { enable = true; preferred = true; }; - kernel = - { - patches = [ "cjktty" "preempt" ]; - modules.modprobeConfig = [ "options iwlmvm power_scheme=1" "options iwlwifi uapsd_disable=1" ]; - }; + kernel.patches = [ "cjktty" "preempt" ]; impermanence.enable = true; networking = { hostname = "pc"; nebula = { enable = true; lighthouse = "vps6.chn.moe"; useRelay = true; }; };