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