Testing
This commit is contained in:
parent
5660581605
commit
fe0d44506c
1 changed files with 5 additions and 6 deletions
|
@ -35,13 +35,12 @@
|
|||
# boot.extraModulePackages = [ ];
|
||||
# boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||
|
||||
# FIX: Pretty sure this is the line that's causing it....
|
||||
# FIX: One of these is causing it...
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.kernelParams = [
|
||||
"boot.shell_on_fail"
|
||||
"amdgpu.abmlevel=0" # Prevents screen washout on power-save modes
|
||||
];
|
||||
# boot.kernelParams = [
|
||||
# "boot.shell_on_fail"
|
||||
# "amdgpu.abmlevel=0" # Prevents screen washout on power-save modes
|
||||
# ];
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
||||
|
|
Loading…
Add table
Reference in a new issue