mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
yesterday 72559655e60d7246d2ab69b9a6331caafb7d2cd5
Enable bluetooth
1 files modified
4 ■■■■ changed files
smini/hardware-configuration.nix 4 ●●●● patch | view | raw | blame | history
smini/hardware-configuration.nix
@@ -34,6 +34,10 @@
  networking.useDHCP = lib.mkDefault true;
  # networking.interfaces.enp1s0.useDHCP = lib.mkDefault true;
  # networking.interfaces.wlo1.useDHCP = lib.mkDefault true;
  hardware.bluetooth = {
    enable = true;
    powerOnBoot = true;
  };
  nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
  hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;