Created
April 7, 2024 03:00
-
-
Save ykhrustalev/88149ba06b36d8d93fec8e0b6ca77712 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# modules/installer/cd-dvd/installation-cd-wifi.nix | |
{ config, ... }: | |
{ | |
imports = [ ./installation-cd-graphical-gnome.nix ]; | |
boot.kernelModules = [ "88x2bu" ]; | |
boot.extraModulePackages = [ | |
config.boot.kernelPackages.rtl88x2bu | |
]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment