update to nixos 21.05
This commit is contained in:
parent
7d9fd562b6
commit
330f6a2dad
3 changed files with 2 additions and 4 deletions
|
@ -53,7 +53,7 @@ in {
|
|||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
|
||||
# custom
|
||||
boot.kernelPackages = unstable.linuxPackages_latest;
|
||||
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
networking.hostId = "eff291c4";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue