10 lines
127 B
Nix
10 lines
127 B
Nix
{ pkgs, ... }:
|
|
{
|
|
age = {
|
|
identityPaths = [
|
|
"/etc/ssh/pinwheel"
|
|
"/home/alex/.ssh/alex.pinwheel"
|
|
];
|
|
};
|
|
}
|