diff --git a/devices/inkvine/default.nix b/devices/inkvine/default.nix index 41a661f..9d365aa 100644 --- a/devices/inkvine/default.nix +++ b/devices/inkvine/default.nix @@ -5,7 +5,6 @@ nixpkgs = { hostPlatform = "x86_64-linux"; - config.nvidia.acceptLicense = true; }; networking = { @@ -66,28 +65,5 @@ enable = true; enable32Bit = true; }; - - nvidia = { - package = config.boot.kernelPackages.nvidiaPackages.legacy_470; - modesetting.enable = true; - powerManagement = { - enable = false; - finegrained = false; - }; - open = false; - nvidiaSettings = true; - - prime = { - offload = { - enable = true; - enableOffloadCmd = true; - }; - - intelBusId = "PCI:0:2:0"; - nvidiaBusId = "PCI:1:0:0"; - }; - }; }; - - services.xserver.videoDrivers = [ "nvidia" ]; } diff --git a/devices/inkvine/options.nix b/devices/inkvine/options.nix index e34c2f7..fa09f56 100644 --- a/devices/inkvine/options.nix +++ b/devices/inkvine/options.nix @@ -2,7 +2,7 @@ user = true; withNiri = true; - withGnome = true; + withGnome = false; withVM = false; withContainers = false;