diff options
Diffstat (limited to 'krebs/2configs/news-host.nix')
-rw-r--r-- | krebs/2configs/news-host.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/2configs/news-host.nix b/krebs/2configs/news-host.nix index 71793e518..81922ef87 100644 --- a/krebs/2configs/news-host.nix +++ b/krebs/2configs/news-host.nix @@ -1,5 +1,6 @@ +{ config, ... }: { krebs.sync-containers3.containers.news = { - sshKey = "${toString <secrets>}/news.sync.key"; + sshKey = "${config.krebs.secret.directory}/news.sync.key"; }; } |