Skip to content

Commit

Permalink
Adiciona bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
LuNeder authored and Misterio77 committed Nov 2, 2024
1 parent 6dce8f9 commit 31ee461
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hosts/common/desktop-salinha.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
networking.networkmanager.enable = true;
networking.networkmanager.ethernet.macAddress = "permanent"; # use real Mac address
networking.networkmanager.wifi.macAddress = "permanent";
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
hardware.bluetooth.settings = {
General = {
Experimental = true;
};
};

# Flakes
nix = {
Expand Down

0 comments on commit 31ee461

Please sign in to comment.