From 4ea9437bb0330205f21b25df41959d078e7eb93d Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 17 Nov 2025 16:05:39 -0800 Subject: [PATCH] [zix790prors] Clean up some comments --- machines/zix790prors/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/machines/zix790prors/configuration.nix b/machines/zix790prors/configuration.nix index 3a0de27..0ff7425 100644 --- a/machines/zix790prors/configuration.nix +++ b/machines/zix790prors/configuration.nix @@ -58,18 +58,9 @@ with lib; ''; hardware.nvidia = { - # Modesetting is required. modesetting.enable = 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 = pkgs.linuxPackages.nvidiaPackages.stable; - - # Use open source kernel modules (recommended for RTX/GTX 16xx and newer) - # Set to false if you have an older GPU open = true; # For gaming performance