Enable bluetooth on laptop

main
kalle 2024-12-29 19:16:20 +01:00
parent 2fae3e9ace
commit cdae8c4207
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
xkb.options = "eurosign:e,caps:escape"; xkb.options = "eurosign:e,caps:escape";
}; };
# Enable bluetooth
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
# Disable firewall. # Disable firewall.
networking.firewall.enable = false; networking.firewall.enable = false;