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 New Issue
Block a user