stockholm/krebs/2configs/news-host.nix

13 lines
196 B
Nix
Raw Normal View History

2021-01-24 15:32:30 +00:00
{
krebs.sync-containers.containers.news = {
peers = [
"shodan"
"mors"
"styx"
];
hostIp = "10.233.2.101";
localIp = "10.233.2.102";
format = "plain";
};
}