services.mpd.credentials.*.permissions

NixOS option

List of permissions that are granted with this password. Permissions can be “read”, “add”, “player”, “control”, “admin”.

type: list of (one of "read", "add", "player", "control", "admin")
Default
[
  "read"
]
declared in: nixos/modules/services/audio/mpd.nixView source on NixOS/nixpkgs →