Skip to content

Commit

Permalink
home-assistant: set capabilities for bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Sep 23, 2019
1 parent 639b8ec commit e537a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/misc/home-assistant.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e537a0a

Please sign in to comment.