diff options
Diffstat (limited to 'host/hardware/atlas.nix')
-rw-r--r-- | host/hardware/atlas.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/hardware/atlas.nix b/host/hardware/atlas.nix index d10479e..a2f2faf 100644 --- a/host/hardware/atlas.nix +++ b/host/hardware/atlas.nix @@ -6,6 +6,8 @@ initrd.kernelModules = [ ]; kernelModules = [ "kvm-intel" ]; extraModulePackages = [ ]; + kernelParams = [ "nvidia-drm.modeset=1" ]; + loader = { systemd-boot.enable = true; |