mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
Merge pull request #69300 from peterhoeg/f/ha2
nixos/home-assistant: set bluetooth perms
This commit is contained in:
commit
4b34dd3120
|
@ -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 a new issue