From fd3b681eab5a3ddab48826529c16dd0e26bf39e0 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 30 Oct 2024 10:46:08 +0100 Subject: [PATCH] add nvidia_uvm to kernelModules --- hosts/lambdaos/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index c4d48b4..b4e0448 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -25,6 +25,7 @@ age.identityPaths = [ "${config.users.users.noa.home}/.ssh/id_ed25519" ]; hardware = { + opengl.enable = true; bluetooth = { enable = true; powerOnBoot = true; @@ -187,6 +188,7 @@ "v4l2loopback" "nct6775" "k10temp" + "nvidia_uvm" ]; extraModprobeConfig = '' @@ -247,7 +249,6 @@ defaultRuntime = true; }; xserver = { - enable = false; xkb = { layout = "us"; variant = "intl";