hosts: nixos: aramis: secrets: rename SSH key
This commit is contained in:
parent
7cebaa3751
commit
04d92a29e3
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
identityPaths = [
|
identityPaths = [
|
||||||
# Due to being a laptop, this host does not itself have any SSH keys
|
# Due to being a laptop, this host does not itself have any SSH keys
|
||||||
"/home/ambroisie/.ssh/id_ed25519"
|
"/home/ambroisie/.ssh/agenix"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue