test
This commit is contained in:
parent
75beea4e76
commit
af1f8e17e0
2 changed files with 2 additions and 1 deletions
|
@ -51,5 +51,6 @@
|
|||
vulkan-loader
|
||||
vulkan-validation-layers
|
||||
vulkan-tools
|
||||
gwe
|
||||
];
|
||||
}
|
||||
|
|
|
@ -51,6 +51,6 @@
|
|||
# networking.interfaces.wlp0s20f3.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
||||
# powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
Loading…
Reference in a new issue