Update nixos/modules/services/continuous-integration/github-runner.nix

Co-authored-by: Vincent Haupert <mail@vincent-haupert.de>
This commit is contained in:
Tom McLaughlin 2022-10-13 18:49:02 -06:00 committed by GitHub
parent 0b67081ad8
commit cf1b952988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ in
config = mkIf cfg.enable {
warnings = optionals (isStorePath cfg.tokenFile) [
''
`services.${svgName}.tokenFile` points to the Nix store and, therefore, is world-readable.
`services.${svcName}.tokenFile` points to the Nix store and, therefore, is world-readable.
Consider using a path outside of the Nix store to keep the token private.
''
];