7 lines
81 B
Nix
7 lines
81 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
boot.kernelModules = ["axge" "ax88179_178a"];
|
|
}
|