ark/hosts/tkaronto/modules/secrets.nix
2023-05-05 01:54:16 +03:00

5 lines
170 B
Nix

{
age.secrets.nixGithubAccessToken.file = ../../../secrets/nixGithubAccessToken.age;
age.secrets.wgServerPrivateKey.file = ../../../secrets/wgServerPrivateKey.age;
}