Fix wifi
This commit is contained in:
parent
6414b7b79d
commit
69e05f6599
1 changed files with 4 additions and 1 deletions
|
|
@ -22,7 +22,10 @@
|
|||
workstation.enable = true;
|
||||
};
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
hardware = {
|
||||
cpu.intel.updateMicrocode = true;
|
||||
firmware = [ pkgs.linux-firmware ];
|
||||
};
|
||||
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue