Enable bluetooth on laptop
parent
2fae3e9ace
commit
cdae8c4207
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue