mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-08-17 21:45:53 +00:00
core: enable redistributable firmware for Realtek dongle
Pulls in the RTL8821CU WiFi/Bluetooth blobs (and other devices). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -16,6 +16,9 @@
|
|||||||
|
|
||||||
networking.networkmanager.enable = true; # required by illogical-flake
|
networking.networkmanager.enable = true; # required by illogical-flake
|
||||||
|
|
||||||
|
# Firmware blobs for Realtek RTL8821CU WiFi/Bluetooth dongle (and other devices)
|
||||||
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = true;
|
powerOnBoot = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user