fix token file
This commit is contained in:
parent
e108f7410c
commit
dd1495ebf4
|
@ -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>";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue