From a85527209a3356f4511c300f7d00d04235c2fc2c Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Wed, 29 Oct 2025 19:57:10 -0600 Subject: [PATCH] modeset --- nix/ai-vm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/ai-vm.nix b/nix/ai-vm.nix index f8bf255..af62f7e 100644 --- a/nix/ai-vm.nix +++ b/nix/ai-vm.nix @@ -10,6 +10,7 @@ boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/vda"; boot.loader.grub.useOSProber = true; + boot.kernelParams = [ "nvidia-drm.modeset=1" ]; networking.networkmanager.enable = true;