Skip to content
Snippets Groups Projects
Commit 9d5c2fae authored by Jens Nolte's avatar Jens Nolte
Browse files

Disable bluetooth sap profile

Reduces logged errors and should only be enabled explicitly when
required, since it's a big security risk.
parent f9267952
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,10 @@ in
users.groups.bluetooth = {};
users.groups.pulse-access = {};
# Bluetooth SIM access profile
# Gives external devices (e.g. car radio) access to a SIM card (if available)
hardware.bluetooth.disabledPlugins = [ "sap" ];
# Open PulseAudio port to qnet
networking.firewall.interfaces.qnet = mkIf config.queezle.qnet.enable {
allowedTCPPorts = [ 4713 ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment