Skip to content

Commit

Permalink
whiterun: try to fix no video
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Dec 24, 2024
1 parent c2eccf8 commit b754398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/nodes/whiterun/nvidia.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
imports = [ "${self.inputs.nixos-hardware}/common/gpu/nvidia" ];

services.xserver.videoDrivers = [ "nvidia" ];
services.xserver.videoDrivers = [ "modesetting" "nvidia" ];

hardware.nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.stable;
Expand Down

0 comments on commit b754398

Please sign in to comment.