stockholm/krebs/2configs/news-host.nix

7 lines
134 B
Nix
Raw Normal View History

{ config, ... }:
2021-01-24 15:32:30 +00:00
{
2023-02-04 16:51:20 +00:00
krebs.sync-containers3.containers.news = {
sshKey = "${config.krebs.secret.directory}/news.sync.key";
2021-01-24 15:32:30 +00:00
};
}