nix(t14): experiment with amdgpu.backlight=0
This commit is contained in:
parent
0b780ea269
commit
6f4a415650
@ -31,8 +31,12 @@
|
|||||||
# nixpkgs.currentSystem = "x86_64-linux";
|
# nixpkgs.currentSystem = "x86_64-linux";
|
||||||
nix.settings.trusted-users = ["@wheel" "root" "mko"];
|
nix.settings.trusted-users = ["@wheel" "root" "mko"];
|
||||||
|
|
||||||
# forbid hibernation due to zfs-on-root.
|
boot.kernelParams = [
|
||||||
boot.kernelParams = ["amd_pstate=active" "nohibernate"];
|
"amd_pstate=active"
|
||||||
|
# forbid hibernation due to zfs-on-root.
|
||||||
|
"nohibernate"
|
||||||
|
"amdgpu.backlight=0"
|
||||||
|
];
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user