This commit is contained in:
albert 2025-02-03 12:04:54 -08:00
parent 5660581605
commit fe0d44506c
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -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";