13 lines
128 B
Nix
13 lines
128 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
agenix,
|
|
secrets,
|
|
user,
|
|
...
|
|
}: {
|
|
age.identityPaths = [
|
|
"/Users/${user}/.ssh/id_ed25519"
|
|
];
|
|
}
|