disable nvidia-offload on nas

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-24 09:45:48 +01:00
parent 3cbb1e3024
commit 0c09886f07
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -169,4 +169,6 @@
];
system.stateVersion = "22.05";
hardware.nvidia.prime.offload.enable = false;
services.xserver.videoDrivers = [ "nvidia" ];
}