summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/news-host.nix
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-02-04 17:51:20 +0100
committerlassulus <git@lassul.us>2023-02-04 17:51:20 +0100
commitb1b4fedb1db2a1adcfb4a686de5a51db86af0df2 (patch)
treebb0dabb176951ccc38e0f42853184d4bab279fbf /krebs/2configs/news-host.nix
parent66586d70beeb8c02a6ad695303d30709c17a1c27 (diff)
news.r: move into sync-containers3
Diffstat (limited to 'krebs/2configs/news-host.nix')
-rw-r--r--krebs/2configs/news-host.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/krebs/2configs/news-host.nix b/krebs/2configs/news-host.nix
index 07674c86..71793e51 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";
};
}