use openssh host keys for agenix
This commit is contained in:
parent
f2a297f06d
commit
fd3efa36a6
4 changed files with 29 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue