diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 3780de5..9c5e303 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -52,23 +52,6 @@ nvidiaSettings = true; }; - # Fix build failure - hardware.nvidia.package = - config.boot.kernelPackages.nvidiaPackages.stable - // { - open = config.boot.kernelPackages.nvidiaPackages.stable.open.overrideAttrs (old: { - patches = - (old.patches or []) - ++ [ - (pkgs.fetchpatch { - name = "get_dev_pagemap.patch"; - url = "https://github.com/NVIDIA/open-gpu-kernel-modules/commit/3e230516034d29e84ca023fe95e284af5cd5a065.patch"; - hash = "sha256-BhL4mtuY5W+eLofwhHVnZnVf0msDj7XBxskZi8e6/k8="; - }) - ]; - }); - }; - # Enable networking networking.networkmanager.enable = true; networking.nameservers = ["192.168.0.5"];