9 lines
89 B
Nix
9 lines
89 B
Nix
{
|
|
user,
|
|
...
|
|
}: {
|
|
age.identityPaths = [
|
|
"/Users/${user}/.ssh/id_ed25519"
|
|
];
|
|
}
|