aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/ginaz
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-08 11:14:47 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-08 11:14:47 -0800
commit2afb4e85bafbe730593dd28757be4471650fbce7 (patch)
treefeef668a65bda7f20db1ccec57039e36f41d994f /hosts/ginaz
parentac3e94d7e05bad0ef393b29f7cbd81b03547858d (diff)
downloadnix-2afb4e85bafbe730593dd28757be4471650fbce7.tar
nix-2afb4e85bafbe730593dd28757be4471650fbce7.tar.gz
nix-2afb4e85bafbe730593dd28757be4471650fbce7.tar.bz2
nix-2afb4e85bafbe730593dd28757be4471650fbce7.tar.lz
nix-2afb4e85bafbe730593dd28757be4471650fbce7.tar.xz
nix-2afb4e85bafbe730593dd28757be4471650fbce7.tar.zst
nix-2afb4e85bafbe730593dd28757be4471650fbce7.zip
Switch to beta Nvidia driver @ginaz
Diffstat (limited to 'hosts/ginaz')
-rw-r--r--hosts/ginaz/hardware-configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/ginaz/hardware-configuration.nix b/hosts/ginaz/hardware-configuration.nix
index 263ac54..6a773e6 100644
--- a/hosts/ginaz/hardware-configuration.nix
+++ b/hosts/ginaz/hardware-configuration.nix
@@ -55,6 +55,7 @@
nvidia = {
modesetting.enable = true;
open = true;
+ package = config.boot.kernelPackages.nvidiaPackages.beta;
prime = {
amdgpuBusId = "PCI:4:0:0";
nvidiaBusId = "PCI:1:0:0";