From cf1b9529884999621a9cf06036df8fba4aee99b3 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Thu, 13 Oct 2022 18:49:02 -0600 Subject: [PATCH] Update nixos/modules/services/continuous-integration/github-runner.nix Co-authored-by: Vincent Haupert --- nixos/modules/services/continuous-integration/github-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/continuous-integration/github-runner.nix b/nixos/modules/services/continuous-integration/github-runner.nix index 1b435b019215..3e0cefb8c26f 100644 --- a/nixos/modules/services/continuous-integration/github-runner.nix +++ b/nixos/modules/services/continuous-integration/github-runner.nix @@ -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. '' ];