forked from tA/Iwakura
10 lines
164 B
Nix
10 lines
164 B
Nix
|
{
|
||
|
age = {
|
||
|
secrets = {
|
||
|
secret1.file = ./secret1.age;
|
||
|
};
|
||
|
# sshKeyPaths = [ ../keys ];
|
||
|
sshKeyPaths = [ "/home/thorn/.ssh/id_ed25519" ];
|
||
|
};
|
||
|
}
|