secrets: remove home key from age id paths
This commit is contained in:
parent
733f46d70a
commit
630d511f9f
|
@ -4,11 +4,4 @@
|
||||||
options,
|
options,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
config.age = {
|
|
||||||
identityPaths =
|
|
||||||
options.age.identityPaths.default
|
|
||||||
++ [
|
|
||||||
"/home/alarsyo/.ssh/id_ed25519"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue