pinwheel: Extract age as module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
age = {
|
||||
identityPaths = [
|
||||
"/etc/ssh/pinwheel"
|
||||
"/home/alex/.ssh/alex.pinwheel"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user