From bb596a794e6ed1d984f1559df2f99907db2b325e Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Sat, 28 Feb 2026 16:34:38 +0100 Subject: [PATCH] attempt making pytorch work --- .../x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix b/systems/x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix index 2f86076..0ed1b11 100644 --- a/systems/x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix +++ b/systems/x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix @@ -26,7 +26,7 @@ "mitigations=off" # Disable CPU mitigations for better performance "module_blacklist=nouveau,nvidia,nvidia_drm,nvidia_modeset,nvidia_uvm" ]; - + services.switcherooControl.enable = true; environment.variables.VK_ICD_FILENAMES = "/run/opengl-driver/share/vulkan/icd.d/intel_icd.x86_64.json"; hardware.intel-gpu-tools.enable = true; hardware.graphics = {