depot/ops/vault/cfg/ssh-ca-server.nix

13 lines
201 B
Nix
Raw Normal View History

2022-03-14 23:34:33 +00:00
{ ... }:
{
resource.vault_mount.ssh-host = {
type = "ssh";
path = "ssh-host";
};
resource.vault_ssh_secret_backend_ca.ssh-host = {
backend = "\${vault_mount.ssh-host.path}";
};
}