6 lines
145 B
Nix
6 lines
145 B
Nix
|
{
|
||
|
age.identityPaths = ["/home/firewatch/.ssh/id_rsa"];
|
||
|
|
||
|
age.secrets.nixGithubAccessToken.file = ../../../secrets/nixGithubAccessToken.age;
|
||
|
}
|