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

6 lines
110 B
Nix

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