hosts: nixos: aramis: secrets: rename SSH key

This commit is contained in:
Bruno BELANYI 2023-04-16 19:51:00 +01:00
parent 7cebaa3751
commit 04d92a29e3

View file

@ -19,7 +19,7 @@
identityPaths = [
# Due to being a laptop, this host does not itself have any SSH keys
"/home/ambroisie/.ssh/id_ed25519"
"/home/ambroisie/.ssh/agenix"
];
};
}