MyNixOS website logo
option

services.usbguard.IPCAllowedUsers

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

Declarations
Type
list of string
Default
[
  "root"
]
Example
[
  "root"
  "yourusername"
]