MyNixOS website logo

Radio stations to add to the stations.csv file. If empty, stations.csv defaults to the built-in playlist.

To add a group, add a station with the url set to "-" and the name set to the name of the group. Its order in the list will be where it appears in pyradio.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    name = "DEF CON Radio (SomaFM)";
    url = "https://somafm.com/defcon256.pls";
  }
  {
    name = "Intense Radio - We Love Dance!";
    url = "https://secure.live-streams.nl/flac.ogg";
  }
]