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.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/krebs/2configs/news-host.nix b/krebs/2configs/news-host.nix
deleted file mode 100644
index 9b8627d61..000000000
--- a/krebs/2configs/news-host.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ config,lib, ... }:
-{
- nixpkgs.config.allowUnfree = true; # "consul-1.18.0"
- krebs.sync-containers3.containers.news = {
- sshKey = "${config.krebs.secret.directory}/news.sync.key";
- };
-}