From c2dd368323499bc178f631689b910943925cbeb7 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:32:12 +0400 Subject: [PATCH] use noveau drivers for awhile --- hosts/sakotop/configuration.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 927d0c7c..c9c67ae2 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -68,14 +68,15 @@ }; }; hardware = { - nvidia = { - enable = true; - prime = { - enable = true; - intelBusId = "PCI:0:2:0"; - nvidiaBusId = "PCI:1:0:0"; - }; - }; + # TODO Uncomment this on next flake update + # nvidia = { + # enable = true; + # prime = { + # enable = true; + # intelBusId = "PCI:0:2:0"; + # nvidiaBusId = "PCI:1:0:0"; + # }; + # }; intelgputools.enable = true; pipewire.enable = true; bluetooth.enable = true;