feat(x11): enable hardware acceleration

main
mandlm 2022-06-29 17:08:32 +02:00
parent b7bf313e09
commit 9dce201d3e
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{
networking.hostName = "apache";
boot.loader.grub.enableCryptodisk = true;
services.xserver.videoDrivers = [ "intel" "nvidia" ];
}