add host private key with sops
This commit is contained in:
parent
547504e3c4
commit
172e5faefa
|
@ -22,15 +22,6 @@ in
|
|||
"ssh_keys/deploy_key/id_ed25519" = {
|
||||
path = "/etc/ssh/deploy_key-ssh-ed25519";
|
||||
};
|
||||
"ssh_keys/deploy_key/id_ed25519.pub" = {
|
||||
path = "/etc/ssh/deploy_key-ssh-ed25519.pub";
|
||||
};
|
||||
"ssh_keys/${hostname}/id_ed25519" = {
|
||||
path = "/etc/ssh/deploy_key-ssh-ed25519";
|
||||
};
|
||||
"ssh_keys/${hostname}/id_ed25519.pub" = {
|
||||
path = "/etc/ssh/deploy_key-ssh-ed25519.pub";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue