summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/news-host.nix
blob: 07674c86e1ad9cf01cb787f9a950e1243c3e3d2f (plain)
1
2
3
4
5
6
7
8
9
10
{
  krebs.sync-containers.containers.news = {
    peers = [
      "shodan"
      "mors"
      "styx"
    ];
    format = "plain";
  };
}