services.usbguard.IPCAllowedGroups

NixOS option

A list of groupnames that the daemon will accept IPC connections from.

type: list of string
Default
[ ]
Example
[
  "wheel"
]
declared in: nixos/modules/services/security/usbguard.nixView source on NixOS/nixpkgs →