summaryrefslogtreecommitdiffstats
path: root/krebs/2configs
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-01-24 16:32:30 +0100
committerlassulus <lassulus@lassul.us>2021-01-24 16:32:30 +0100
commitce8b0541ea9ef7c07ee8c71b9c0a8307ed821d76 (patch)
tree9cb2c1ed0a282e80c0b58bc4455305ef3bfa70df /krebs/2configs
parentec9c2defae862a2ba57c7d94b5697c93d5910536 (diff)
init news.r
Diffstat (limited to 'krebs/2configs')
-rw-r--r--krebs/2configs/news-host.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/krebs/2configs/news-host.nix b/krebs/2configs/news-host.nix
new file mode 100644
index 00000000..82360a67
--- /dev/null
+++ b/krebs/2configs/news-host.nix
@@ -0,0 +1,12 @@
+{
+ krebs.sync-containers.containers.news = {
+ peers = [
+ "shodan"
+ "mors"
+ "styx"
+ ];
+ hostIp = "10.233.2.101";
+ localIp = "10.233.2.102";
+ format = "plain";
+ };
+}