fix(agenix): use proper path to ssh keys
Signed-off-by: buffet <dev@buffet.sh>
This commit is contained in:
parent
8240668936
commit
78ed21aa75
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
../../users/buffet
|
||||
];
|
||||
|
||||
age.identityPaths = ["/home/buffet/.ssh/id_agenix"];
|
||||
age.identityPaths = ["/home/buffet/.ssh/id_agenix_ed25519"];
|
||||
networking.hostName = "alice";
|
||||
|
||||
users = {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
../../users/maintainer
|
||||
];
|
||||
|
||||
age.identityPaths = ["/root/.ssh/id_agenix"];
|
||||
age.identityPaths = ["/root/.ssh/id_agenix_ed25519"];
|
||||
|
||||
users = {
|
||||
mutableUsers = false;
|
||||
|
|
Loading…
Reference in a new issue