diff options
author | lassulus <git@lassul.us> | 2023-02-04 17:51:20 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-02-04 17:51:20 +0100 |
commit | b1b4fedb1db2a1adcfb4a686de5a51db86af0df2 (patch) | |
tree | bb0dabb176951ccc38e0f42853184d4bab279fbf /krebs/2configs/news-host.nix | |
parent | 66586d70beeb8c02a6ad695303d30709c17a1c27 (diff) |
news.r: move into sync-containers3
Diffstat (limited to 'krebs/2configs/news-host.nix')
-rw-r--r-- | krebs/2configs/news-host.nix | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/krebs/2configs/news-host.nix b/krebs/2configs/news-host.nix index 07674c86e..71793e518 100644 --- a/krebs/2configs/news-host.nix +++ b/krebs/2configs/news-host.nix @@ -1,10 +1,5 @@ { - krebs.sync-containers.containers.news = { - peers = [ - "shodan" - "mors" - "styx" - ]; - format = "plain"; + krebs.sync-containers3.containers.news = { + sshKey = "${toString <secrets>}/news.sync.key"; }; } |