summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/news-host.nix
blob: 81922ef87392494f39dcda3f2c6fc835e8528404 (plain)
1
2
3
4
5
6
{ config, ... }:
{
  krebs.sync-containers3.containers.news = {
    sshKey = "${config.krebs.secret.directory}/news.sync.key";
  };
}