mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 00:49:42 +08:00
only reset iwlwifi after hibernation
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user