4 lines
No EOL
118 B
Nix
4 lines
No EOL
118 B
Nix
{ ... }: {
|
|
hardware.enableRedistributableFirmware = true; # T480 WiFi firmware fix
|
|
services.fwupd.enable = true;
|
|
} |