Some realtek driver, might not need this

This commit is contained in:
Lillian-Violet 2024-01-12 00:15:08 +01:00
parent d9bff82e54
commit 2cbd2a2aca

View file

@ -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 = [