add host private key with sops

This commit is contained in:
Sam 2024-05-23 13:33:56 +01:00
parent 547504e3c4
commit 172e5faefa
1 changed files with 0 additions and 9 deletions

View File

@ -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";
};
};
};
}