MyNixOS website logo

List of news feeds. Leave it empty if you want to manage feeds imperatively, for example, using Syncthing.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    tags = [
      "foo"
      "bar"
    ];
    url = "http://example.com";
  }
]