Compare commits
2 commits
931bce3d9f
...
254d165fe4
Author | SHA1 | Date | |
---|---|---|---|
Casper V. Kristensen | 254d165fe4 | ||
Casper V. Kristensen | 360d554378 |
|
@ -165,11 +165,11 @@
|
||||||
},
|
},
|
||||||
"secrets": {
|
"secrets": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1713917034,
|
"lastModified": 1713917359,
|
||||||
"narHash": "sha256-TcRTcrx6Y+qZpoOvCu+DNyHWGFOFxL4bDMCD2EvYNsg=",
|
"narHash": "sha256-eLwGPF0OzVnVR92MVZg1Z2epJwamSH6OiPXIDI+r1kw=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "d73392f1e37da591bbc2700a37beba60c5bc4648",
|
"rev": "f41dcd3bd4843bf13fbe6ad566efa4c4763c55bb",
|
||||||
"revCount": 25,
|
"revCount": 26,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@git.caspervk.net/caspervk/nixos-secrets.git"
|
"url": "ssh://git@git.caspervk.net/caspervk/nixos-secrets.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -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