ark/hosts/wsl/modules/secrets.nix

6 lines
145 B
Nix
Raw Normal View History

2024-05-28 07:24:09 +03:00
{
age.identityPaths = ["/home/firewatch/.ssh/id_rsa"];
age.secrets.nixGithubAccessToken.file = ../../../secrets/nixGithubAccessToken.age;
}