403 current 2024-04-17 23:42:34 24.05.20240416.5672bc9 6.8.4-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta
This commit is contained in:
parent
d25d01b33c
commit
0658d5e91c
5 changed files with 32 additions and 12 deletions
|
|
@ -51,6 +51,7 @@
|
|||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager.unmanaged = ["enp6s0"];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
boot.supportedFilesystems = ["ntfs"];
|
||||
|
||||
# Load nvidia driver for Xorg and Wayland
|
||||
|
|
@ -102,7 +103,7 @@
|
|||
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
|
||||
# Only available from driver 515.43.04+
|
||||
# Currently alpha-quality/buggy, so false is currently the recommended setting.
|
||||
open = false;
|
||||
open = true;
|
||||
|
||||
# Enable the Nvidia settings menu,
|
||||
# accessible via `nvidia-settings`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue