7 lines
134 B
Nix
7 lines
134 B
Nix
{ config, ... }:
|
|
{
|
|
krebs.sync-containers3.containers.news = {
|
|
sshKey = "${config.krebs.secret.directory}/news.sync.key";
|
|
};
|
|
}
|