mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 09:07:58 +00:00
home-assistant: set capabilities for bluetooth
This commit is contained in:
parent
639b8ec392
commit
e537a0a11e
@ -224,6 +224,7 @@ in {
|
||||
KillSignal = "SIGINT";
|
||||
PrivateTmp = true;
|
||||
RemoveIPC = true;
|
||||
AmbientCapabilities = "cap_net_raw,cap_net_admin+eip";
|
||||
};
|
||||
path = [
|
||||
"/run/wrappers" # needed for ping
|
||||
|
Loading…
Reference in New Issue
Block a user