Headphones
services.headphones.configFile
Path to config file.
Type: path
Default
"${config.services.headphones.dataDir}/config.ini"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/headphones.nix
services.headphones.dataDir
Path where to store data files.
Type: path
Default
"/var/lib/headphones"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/headphones.nix
services.headphones.enable
Whether to enable the headphones server.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/headphones.nix
services.headphones.group
Group to run the service as
Type: string
Default
"headphones"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/headphones.nix
services.headphones.host
Host to listen on.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/headphones.nix
services.headphones.port
Port to bind to.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
8181
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/headphones.nix
services.headphones.user
User to run the service as
Type: string
Default
"headphones"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/headphones.nix