aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-12 14:55:36 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-12 14:55:36 -0700
commit7948eb742d024b738458683b1c38ce503c2901e7 (patch)
tree6b4a464ccc658e2d0dba1dd7b5889e4d168f74f9 /hosts
parent28be47ec5dc745923e6ab2a4494ad1d7c448e9d6 (diff)
downloadnix-7948eb742d024b738458683b1c38ce503c2901e7.tar
nix-7948eb742d024b738458683b1c38ce503c2901e7.tar.gz
nix-7948eb742d024b738458683b1c38ce503c2901e7.tar.bz2
nix-7948eb742d024b738458683b1c38ce503c2901e7.tar.lz
nix-7948eb742d024b738458683b1c38ce503c2901e7.tar.xz
nix-7948eb742d024b738458683b1c38ce503c2901e7.tar.zst
nix-7948eb742d024b738458683b1c38ce503c2901e7.zip
Add new option for OSS nVidia kernel module
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/hardware-configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix
index 52c407f..2f81803 100644
--- a/hosts/arrakis/hardware-configuration.nix
+++ b/hosts/arrakis/hardware-configuration.nix
@@ -46,6 +46,7 @@
bluetooth.enable = true;
nvidia = {
modesetting.enable = true;
+ open = true;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
};