tomato/secrets/default.nix

10 lines
164 B
Nix
Raw Normal View History

2021-05-31 07:14:29 -04:00
{
age = {
secrets = {
secret1.file = ./secret1.age;
};
# sshKeyPaths = [ ../keys ];
sshKeyPaths = [ "/home/thorn/.ssh/id_ed25519" ];
};
}