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;