aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/ginaz/hardware-configuration.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-09-12 16:20:59 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-09-12 16:20:59 -0700
commit3e4e3c582f2755134500236237e1ff6e310be5a6 (patch)
tree647379a3c2c78756400b3453f7b8f0eb17148202 /hosts/ginaz/hardware-configuration.nix
parentf10c4f2af49a9be6d0134ae858cc13b78f1386ce (diff)
downloadnix-3e4e3c582f2755134500236237e1ff6e310be5a6.tar
nix-3e4e3c582f2755134500236237e1ff6e310be5a6.tar.gz
nix-3e4e3c582f2755134500236237e1ff6e310be5a6.tar.bz2
nix-3e4e3c582f2755134500236237e1ff6e310be5a6.tar.lz
nix-3e4e3c582f2755134500236237e1ff6e310be5a6.tar.xz
nix-3e4e3c582f2755134500236237e1ff6e310be5a6.tar.zst
nix-3e4e3c582f2755134500236237e1ff6e310be5a6.zip
Switch nvidia to beta version @ginaz
Diffstat (limited to 'hosts/ginaz/hardware-configuration.nix')
-rw-r--r--hosts/ginaz/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ginaz/hardware-configuration.nix b/hosts/ginaz/hardware-configuration.nix
index f7c9738..2d491ec 100644
--- a/hosts/ginaz/hardware-configuration.nix
+++ b/hosts/ginaz/hardware-configuration.nix
@@ -39,7 +39,7 @@
modesetting.enable = true;
open = true;
#package = if finalPkg == betaPkg then betaPkg else finalPkg;
- package = config.boot.kernelPackages.nvidiaPackages.bleeding_edge;
+ package = config.boot.kernelPackages.nvidiaPackages.beta;
prime = {
amdgpuBusId = "PCI:4:0:0";
nvidiaBusId = "PCI:1:0:0";