bump: nix flake update

This commit is contained in:
2026-04-30 11:33:33 +01:00
parent ecdf754a3c
commit ed8f2b4499
3 changed files with 63 additions and 53 deletions
+2 -2
View File
@@ -83,14 +83,14 @@
# supported GPUs is at:
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
# Only available from driver 515.43.04+
open = false;
open = true;
# Enable the Nvidia settings menu,
# accessible via `nvidia-settings`.
nvidiaSettings = true;
# Optionally, you may need to select the appropriate driver version for your specific GPU.
package = config.boot.kernelPackages.nvidiaPackages.beta;
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
};