From 03f5dab2643ce6aed5b59d4ddf1a48fd3b55d70d Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 21 Oct 2024 00:47:57 -0700 Subject: Add nVidia patches --- hosts/arrakis/hardware-configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hosts/arrakis/hardware-configuration.nix') diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 1668154..e1b7dc0 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -1,7 +1,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, inputs, lib, pkgs, modulesPath, ... }: +{ config, lib, pkgs, modulesPath, ... }: { imports = @@ -83,8 +83,6 @@ ]; }; - nixpkgs.overlays = [inputs.nvidia-patch.overlays.default]; - swapDevices = [ { device = "/dev/disk/by-label/swap1"; } { device = "/dev/disk/by-label/swap2"; } -- cgit v1.2.3