services.usbguard.IPCAllowedUsers

NixOS option

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

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