blob: 9b8627d6125f3480c73ca5838ac6020923110a85 (
plain)
1
2
3
4
5
6
7
|
{ config,lib, ... }:
{
nixpkgs.config.allowUnfree = true; # "consul-1.18.0"
krebs.sync-containers3.containers.news = {
sshKey = "${config.krebs.secret.directory}/news.sync.key";
};
}
|