fix some errors
This commit is contained in:
parent
ca2e55fc2b
commit
8a9ae8e698
2 changed files with 1 additions and 2 deletions
|
@ -22,5 +22,5 @@
|
|||
OverrideESPMountPoint=/boot/efi
|
||||
'';
|
||||
|
||||
hardware.video.hidpi.enable = true;
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
}
|
||||
|
|
|
@ -29,6 +29,5 @@
|
|||
};
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
|
|
Reference in a new issue