pinwheel: Extract age as module

This commit is contained in:
Alexander Heldt
2023-08-19 10:51:41 +02:00
parent 5c6c613030
commit 99c268c651
2 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
age = {
identityPaths = [
"/etc/ssh/pinwheel"
"/home/alex/.ssh/alex.pinwheel"
];
};
}