secrets: remove home key from age id paths

This commit is contained in:
Antoine Martin 2022-11-14 23:50:46 +01:00
parent 733f46d70a
commit 630d511f9f

View file

@ -4,11 +4,4 @@
options, options,
... ...
}: { }: {
config.age = {
identityPaths =
options.age.identityPaths.default
++ [
"/home/alarsyo/.ssh/id_ed25519"
];
};
} }