mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
home-assistant: set capabilities for bluetooth
This commit is contained in:
parent
639b8ec392
commit
e537a0a11e
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ in {
|
||||||
KillSignal = "SIGINT";
|
KillSignal = "SIGINT";
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
RemoveIPC = true;
|
RemoveIPC = true;
|
||||||
|
AmbientCapabilities = "cap_net_raw,cap_net_admin+eip";
|
||||||
};
|
};
|
||||||
path = [
|
path = [
|
||||||
"/run/wrappers" # needed for ping
|
"/run/wrappers" # needed for ping
|
||||||
|
|
Loading…
Reference in a new issue