only reset iwlwifi after hibernation

This commit is contained in:
2023-06-20 23:21:35 +08:00
parent 3c27a68b0d
commit 9f4676ddac

View File

@@ -15,7 +15,7 @@
Type = "oneshot";
ExecStart =
[
"${pkgs.kmod}/bin/modprobe -r iwlmvm iwlwifi"
"${pkgs.kmod}/bin/modprobe -r iwlwifi"
"${pkgs.kmod}/bin/modprobe iwlwifi"
"echo 0 | tee /sys/devices/system/cpu/intel_pstate/no_turbo"
];