Infini-DL360/forgejo: priviledged -> privileged
This commit is contained in:
parent
fcdfc3203d
commit
ba867f46b3
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,9 @@ in
|
||||||
|
|
||||||
services.gitea-actions-runner.package = pkgs.forgejo-runner;
|
services.gitea-actions-runner.package = pkgs.forgejo-runner;
|
||||||
services.gitea-actions-runner.instances = {
|
services.gitea-actions-runner.instances = {
|
||||||
local_priviledged = {
|
local_privileged = {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "Local Priviledged";
|
name = "Local Privileged";
|
||||||
url = "https://${domain}";
|
url = "https://${domain}";
|
||||||
token = common.forgejo.actions.user_token;
|
token = common.forgejo.actions.user_token;
|
||||||
labels = [
|
labels = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue