Enable bluetooth on laptop

This commit is contained in:
kalle 2024-12-29 19:16:20 +01:00
parent 2fae3e9ace
commit cdae8c4207

View file

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