diff --git a/pp-forgejo-runner.nix b/pp-forgejo-runner.nix index 18adc1d..f647327 100644 --- a/pp-forgejo-runner.nix +++ b/pp-forgejo-runner.nix @@ -20,7 +20,7 @@ in }; tokenFile = mkOption { type = types.str; - default = "/etc/forgejo_db_pwd"; + default = "/etc/forgejo_runner_token"; description = "The file containing the token to access forgejo. Be sure to secure it. The content of the file must be of the form TOKEN="; }; };