From dd1495ebf4bad9361d8af8a0c57c5ae0a47db351 Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Mon, 12 Feb 2024 23:04:12 +0100 Subject: [PATCH] fix token file --- pp-forgejo-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="; }; };