clunk: enable bluetooth

This commit is contained in:
Aaron Bieber 2024-01-31 18:23:14 -07:00
parent dad1dbe829
commit 43f4a296be
No known key found for this signature in database

View File

@ -27,5 +27,8 @@
networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware = {
cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
bluetooth.enable = true;
};
}