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

6 lines
110 B
Nix

{config, ...}: {
nix.extraOptions = ''
!include ${config.age.secrets.nixGithubAccessToken.path}
'';
}