Enable bluetooth on laptop
This commit is contained in:
parent
2fae3e9ace
commit
cdae8c4207
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue