services.usbguard.IPCAllowedUsers

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

Type
list of string
Default
[
  "root"
]
Example
[
  "root"
  "yourusername"
]
Declared
<nixpkgs/nixos/modules/services/security/usbguard.nix>