Skip to content

Icecast

services.icecast.admin.password

Password used for all administration functions. Type: string

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

services.icecast.admin.user

Username used for all administration functions. Type: string

Default

"admin"

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

services.icecast.enable

Whether to enable Icecast server. Type: boolean

Default

false

Example

true

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

services.icecast.extraConf

icecast.xml content. Type: strings concatenated with "\n"

Default

""

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

services.icecast.group

Group privileges for the server. Type: string

Default

"nogroup"

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

services.icecast.hostname

DNS name or IP address that will be used for the stream directory lookups or possibly the playlist generation if a Host header is not provided. Type: null or string

Default

config.networking.domain

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

services.icecast.listen.address

Address Icecast will listen on. Type: string

Default

"::"

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

services.icecast.listen.port

TCP port that will be used to accept client connections. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

8000

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

services.icecast.logDir

Base directory used for logging. Type: path

Default

"/var/log/icecast"

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

services.icecast.user

User privileges for the server. Type: string

Default

"nobody"

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