Skip to content

Ympd

services.ympd.enable

Whether to enable ympd, the MPD Web GUI. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/ympd.nix

services.ympd.mpd.host

The host where MPD is listening. Type: string

Default

"localhost"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/ympd.nix

services.ympd.mpd.port

The port where MPD is listening. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

config.services.mpd.network.port

Example

6600

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/ympd.nix

services.ympd.webPort

The port where ympd's web interface will be available. Type: string or 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

"8080"

Example

"ssl://8080:/path/to/ssl-private-key.pem"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/ympd.nix