ark/hosts/wsl/modules/secrets.nix
2024-05-28 07:24:09 +03:00

6 lines
145 B
Nix

{
age.identityPaths = ["/home/firewatch/.ssh/id_rsa"];
age.secrets.nixGithubAccessToken.file = ../../../secrets/nixGithubAccessToken.age;
}