use openssh host keys for agenix

This commit is contained in:
uku 2023-11-22 15:38:47 +01:00
parent f2a297f06d
commit fd3efa36a6
Signed by: uku
GPG key ID: 7D01D7B105E77166
4 changed files with 29 additions and 20 deletions

View file

@ -102,7 +102,7 @@ in {
security.rtkit.enable = true;
age = {
identityPaths = ["/home/${username}/.ssh/id_ed25519"];
identityPaths = ["/etc/ssh/ssh_host_ed25519_key"];
secrets = let
base = ../secrets/desktop;