From 03784c606c542a370e5d28cfe6f333c8d51b7340 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Mon, 13 Jan 2025 14:16:48 +0100 Subject: [PATCH] fixes for the nvidia-enabled mode --- modules/nixos/nvidia.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/nixos/nvidia.nix b/modules/nixos/nvidia.nix index 9685c16..e9b8a44 100644 --- a/modules/nixos/nvidia.nix +++ b/modules/nixos/nvidia.nix @@ -18,9 +18,6 @@ }; hardware.nvidia = { prime = { - sync.enable = true; - # reverseSync.enable = true; - # allowExternalGpu = false; nvidiaBusId = "PCI:1:0:0"; intelBusId = "PCI:0:2:0";