Compare commits
No commits in common. "254d165fe4bbc7ad1db7a19328cb62153981c3e4" and "931bce3d9f11279271a2a77e6843ad474c9ce220" have entirely different histories.
254d165fe4
...
931bce3d9f
|
@ -165,11 +165,11 @@
|
|||
},
|
||||
"secrets": {
|
||||
"locked": {
|
||||
"lastModified": 1713917359,
|
||||
"narHash": "sha256-eLwGPF0OzVnVR92MVZg1Z2epJwamSH6OiPXIDI+r1kw=",
|
||||
"lastModified": 1713917034,
|
||||
"narHash": "sha256-TcRTcrx6Y+qZpoOvCu+DNyHWGFOFxL4bDMCD2EvYNsg=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "f41dcd3bd4843bf13fbe6ad566efa4c4763c55bb",
|
||||
"revCount": 26,
|
||||
"rev": "d73392f1e37da591bbc2700a37beba60c5bc4648",
|
||||
"revCount": 25,
|
||||
"type": "git",
|
||||
"url": "ssh://git@git.caspervk.net/caspervk/nixos-secrets.git"
|
||||
},
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
./borg.nix
|
||||
./caddy.nix
|
||||
./deluge.nix
|
||||
./forgejo.nix
|
||||
./gitea.nix
|
||||
./hardware.nix
|
||||
./jellyfin.nix
|
||||
./network.nix
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
name = "default";
|
||||
url = "https://git.caspervk.net";
|
||||
# From https://git.caspervk.net/admin/actions/runners/
|
||||
tokenFile = config.age.secrets.forgejo-actions-runner-token-file.path;
|
||||
tokenFile = config.age.secrets.gitea-actions-runner-token-file.path;
|
||||
# The Forgejo runner relies on application containers (Docker, Podman,
|
||||
# etc) to execute a workflow in an isolated environment. Labels are used
|
||||
# to map jobs' `runs-on` to their runtime environment. Many common
|
||||
|
@ -31,8 +31,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
age.secrets.forgejo-actions-runner-token-file = {
|
||||
file = "${secrets}/secrets/forgejo-actions-runner-token-file.age";
|
||||
age.secrets.gitea-actions-runner-token-file = {
|
||||
file = "${secrets}/secrets/gitea-actions-runner-token-file.age";
|
||||
mode = "400";
|
||||
owner = "root";
|
||||
group = "root";
|
Loading…
Reference in a new issue