fix token file

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-02-12 23:04:12 +01:00
parent e108f7410c
commit dd1495ebf4
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -20,7 +20,7 @@ in
}; };
tokenFile = mkOption { tokenFile = mkOption {
type = types.str; 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=<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=<token>";
}; };
}; };