summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/news-host.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/2configs/news-host.nix')
-rw-r--r--krebs/2configs/news-host.nix14
1 files changed, 4 insertions, 10 deletions
diff --git a/krebs/2configs/news-host.nix b/krebs/2configs/news-host.nix
index b7728986..9b8627d6 100644
--- a/krebs/2configs/news-host.nix
+++ b/krebs/2configs/news-host.nix
@@ -1,13 +1,7 @@
+{ config,lib, ... }:
{
- krebs.sync-containers.containers.news = {
- peers = [
- "shodan"
- "mors"
- "styx"
- "puyak"
- ];
- hostIp = "10.233.2.101";
- localIp = "10.233.2.102";
- format = "plain";
+ nixpkgs.config.allowUnfree = true; # "consul-1.18.0"
+ krebs.sync-containers3.containers.news = {
+ sshKey = "${config.krebs.secret.directory}/news.sync.key";
};
}