aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/ginaz
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-09-12 16:26:48 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-09-12 16:26:48 -0700
commit1c3e49281c213df94a791db94f7c5b492fc205c4 (patch)
tree2333b80872247b91e5444cada64f8fdb6cf251a4 /hosts/ginaz
parent3e4e3c582f2755134500236237e1ff6e310be5a6 (diff)
downloadnix-1c3e49281c213df94a791db94f7c5b492fc205c4.tar
nix-1c3e49281c213df94a791db94f7c5b492fc205c4.tar.gz
nix-1c3e49281c213df94a791db94f7c5b492fc205c4.tar.bz2
nix-1c3e49281c213df94a791db94f7c5b492fc205c4.tar.lz
nix-1c3e49281c213df94a791db94f7c5b492fc205c4.tar.xz
nix-1c3e49281c213df94a791db94f7c5b492fc205c4.tar.zst
nix-1c3e49281c213df94a791db94f7c5b492fc205c4.zip
Use branch instead of package
Diffstat (limited to '')
-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 2d491ec..2da0ea8 100644
--- a/hosts/ginaz/hardware-configuration.nix
+++ b/hosts/ginaz/hardware-configuration.nix
@@ -36,10 +36,10 @@
# finalPkg = if builtins.hasAttr betaPkg.version pkgs.nvidia-patch-list.nvenc then pkgs.nvidia-patch.patch-nvenc pkgAfterFbc else pkgAfterFbc;
#in {
nvidia = {
+ branch = "beta";
modesetting.enable = true;
open = true;
#package = if finalPkg == betaPkg then betaPkg else finalPkg;
- package = config.boot.kernelPackages.nvidiaPackages.beta;
prime = {
amdgpuBusId = "PCI:4:0:0";
nvidiaBusId = "PCI:1:0:0";