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