From 2cbd2a2aca1491571d07a126fbbdaf877756aa81 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 12 Jan 2024 00:15:08 +0100 Subject: [PATCH] Some realtek driver, might not need this --- nixos/hosts/wheatley/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index c45ae30..c3e7672 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -19,11 +19,11 @@ boot.loader.generic-extlinux-compatible.enable = true; boot.loader.grub.enable = false; - boot.extraModulePackages = [ - (pkgs.callPackage ./rtl8189es.nix { - kernel = config.boot.kernelPackages.kernel; - }) - ]; + # boot.extraModulePackages = [ + # (pkgs.callPackage ./rtl8189es.nix { + # kernel = config.boot.kernelPackages.kernel; + # }) + # ]; nixpkgs = { # You can add overlays here overlays = [