Skip to content

Instantly share code, notes, and snippets.

@ykhrustalev
Created April 7, 2024 03:00
Show Gist options
  • Save ykhrustalev/88149ba06b36d8d93fec8e0b6ca77712 to your computer and use it in GitHub Desktop.
Save ykhrustalev/88149ba06b36d8d93fec8e0b6ca77712 to your computer and use it in GitHub Desktop.
# 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