summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/news-host.nix
blob: b7728986ffe2028d6f70c050a88d20dd5506c341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  krebs.sync-containers.containers.news = {
    peers = [
      "shodan"
      "mors"
      "styx"
      "puyak"
    ];
    hostIp = "10.233.2.101";
    localIp = "10.233.2.102";
    format = "plain";
  };
}