gitea -> forgejo
This commit is contained in:
parent
360d554378
commit
254d165fe4
|
@ -7,7 +7,7 @@
|
||||||
./borg.nix
|
./borg.nix
|
||||||
./caddy.nix
|
./caddy.nix
|
||||||
./deluge.nix
|
./deluge.nix
|
||||||
./gitea.nix
|
./forgejo.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./network.nix
|
./network.nix
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
name = "default";
|
name = "default";
|
||||||
url = "https://git.caspervk.net";
|
url = "https://git.caspervk.net";
|
||||||
# From https://git.caspervk.net/admin/actions/runners/
|
# From https://git.caspervk.net/admin/actions/runners/
|
||||||
tokenFile = config.age.secrets.gitea-actions-runner-token-file.path;
|
tokenFile = config.age.secrets.forgejo-actions-runner-token-file.path;
|
||||||
# The Forgejo runner relies on application containers (Docker, Podman,
|
# The Forgejo runner relies on application containers (Docker, Podman,
|
||||||
# etc) to execute a workflow in an isolated environment. Labels are used
|
# etc) to execute a workflow in an isolated environment. Labels are used
|
||||||
# to map jobs' `runs-on` to their runtime environment. Many common
|
# to map jobs' `runs-on` to their runtime environment. Many common
|
||||||
|
@ -31,8 +31,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets.gitea-actions-runner-token-file = {
|
age.secrets.forgejo-actions-runner-token-file = {
|
||||||
file = "${secrets}/secrets/gitea-actions-runner-token-file.age";
|
file = "${secrets}/secrets/forgejo-actions-runner-token-file.age";
|
||||||
mode = "400";
|
mode = "400";
|
||||||
owner = "root";
|
owner = "root";
|
||||||
group = "root";
|
group = "root";
|
Loading…
Reference in a new issue