MODIFY: Add deploy_key into sops hosts

This commit is contained in:
Sam 2024-07-20 16:14:09 +01:00
parent 86f27abb2f
commit f7e23e39c7
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ in
};
secrets = {
"passwords/root".neededForUsers = true;
"ssh_keys/deploy_key/id_ed25519" = {
path = "/etc/ssh/deploy_key-ssh-ed25519";
};
};
};
}