mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Enable nvidia modesetting
This commit is contained in:
parent
19a1f28cbf
commit
a0ed1315a7
1 changed files with 2 additions and 0 deletions
|
|
@ -9,7 +9,9 @@
|
|||
boot.kernelModules = ["kvm-amd" "adm1021" "nct6775"];
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
hardware.nvidia.modesetting.enable = true;
|
||||
|
||||
services.autorandr = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue