Skip to content

Commit

Permalink
2024/06/18-23:21:23
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jun 18, 2024
1 parent 15b2d36 commit 771b7d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system/z13.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ with lib;
kernelPackages = pkgs.linuxPackages_latest;
extraModprobeConfig = "options kvm_amd nested=1";
initrd.kernelModules = [ "amdgpu" ];
boot.kernelParams = [
"acpi_backlight=native"
"amd_pstate=guided"
"amdgpu"
];
};

services = {
Expand Down

0 comments on commit 771b7d3

Please sign in to comment.