aboutsummaryrefslogtreecommitdiff
path: root/modules/nvidia.nix
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2026-04-29 23:15:45 +1200
committerDylan <boss@tehbox.org>2026-04-29 23:19:15 +1200
commitf96e43f992211290e3287facc505bea0bc1a3931 (patch)
tree02860a965002f0418847cedad2fac2e71208b443 /modules/nvidia.nix
parentda3a4174ae0a287871e36899893abe9c858ad7e5 (diff)
downloadnixos-configuration-f96e43f992211290e3287facc505bea0bc1a3931.tar.gz
nixos-configuration-f96e43f992211290e3287facc505bea0bc1a3931.zip
feat: Nix version bump + other updatesHEADmaster
Lots of updates
Diffstat (limited to 'modules/nvidia.nix')
-rw-r--r--modules/nvidia.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/nvidia.nix b/modules/nvidia.nix
index e8db8b7..d315238 100644
--- a/modules/nvidia.nix
+++ b/modules/nvidia.nix
@@ -17,9 +17,12 @@ in
nixpkgs.config.allowUnfree = true;
hardware.graphics.enable = true;
hardware.nvidia.modesetting.enable = true;
+ # hardware.nvidia.dynamicBoost.enable = true;
hardware.nvidia.open = true;
hardware.nvidia.prime = {
+ # sync.enable = true;
offload.enable = true;
+ # offload.offloadCmdMainProgram = "prime-run";
nvidiaBusId = "PCI:1:0:0";
intelBusId = "PCI:5:0:0";