Compare commits

..

No commits in common. "afcdcc392bb3f5c4710e7ce58e27ba85957fb420" and "65292ffb42b676c041b60fba123866e35328ba33" have entirely different histories.

4 changed files with 40 additions and 16 deletions

28
.github/workflows/update-inputs.yml vendored Normal file
View file

@ -0,0 +1,28 @@
name: Update inputs
on:
schedule:
- cron: "0 0 * * 5"
workflow_dispatch:
jobs:
update-inputs:
runs-on: ubuntu-latest
name: Update Inputs
steps:
- uses: actions/checkout@v3
with:
token: ${{ github.token }}
ref: ${{ github.head_ref }}
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ github.token }}
- name: Update inputs
run: |
nix flake update
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
message: 'Actions: Update Inputs'
default_author: github_actions
add: 'flake.lock'

View file

@ -9,14 +9,12 @@
services.gitea-actions-runner = { services.gitea-actions-runner = {
package = pkgs.forgejo-runner; package = pkgs.forgejo-runner;
instances = { instances = {
aarch64-runner = { runner-arm64 = {
enable = true; enable = true;
name = "aarch64-runner"; name = "runner-arm64";
labels = [ labels = [
"docker:docker://ubuntu:latest" "docker:docker://debian-stable"
"docker-aarch64:docker://ubuntu:latest" "docker-arm64:docker://debian-stable"
"linux:docker://ubuntu:latest"
"linux-aarch64:docker://ubuntu:latest"
]; ];
tokenFile = config.sops.secrets."forgejo/runner_registration_token_file".path; tokenFile = config.sops.secrets."forgejo/runner_registration_token_file".path;
url = "https://forge.acomputer.lol"; url = "https://forge.acomputer.lol";

View file

@ -15,17 +15,15 @@ in
gitea-actions-runner = { gitea-actions-runner = {
package = pkgs.forgejo-runner; package = pkgs.forgejo-runner;
instances = { instances = {
x86_64-runner = { runner-x86_64 = {
enable = true; enable = true;
name = "x86_64-runner"; name = "runner-x86_64";
labels = [ labels = [
"docker:docker://ubuntu:latest" "docker:docker://debian:stable"
"docker-amd64:docker://ubuntu:latest" "docker-amd64:docker://debian:stable"
"linux:docker://ubuntu:latest"
"linux-amd64:docker://ubuntu:latest"
]; ];
tokenFile = config.sops.secrets."forgejo/runner_registration_token_file".path; tokenFile = config.sops.secrets."forgejo/runner_registration_token_file".path;
url = "https://${domainName}"; url = "https://forge.acomputer.lol";
}; };
}; };
}; };

View file

@ -25,7 +25,7 @@ matrix:
caddy: caddy:
env_file: ENC[AES256_GCM,data:PKtILX7o0D3rj78JXIXad9UcQz0ZiihXK1nY/kb08fh3i54hYrFyJyGt04b9mAufxTnhDV4=,iv:I/EtxopCFmRxgsGJIcFDufTiM1JyPPoIQkgKIDiCP24=,tag:5QlGMp839p9RYKB09tr61A==,type:str] env_file: ENC[AES256_GCM,data:PKtILX7o0D3rj78JXIXad9UcQz0ZiihXK1nY/kb08fh3i54hYrFyJyGt04b9mAufxTnhDV4=,iv:I/EtxopCFmRxgsGJIcFDufTiM1JyPPoIQkgKIDiCP24=,tag:5QlGMp839p9RYKB09tr61A==,type:str]
forgejo: forgejo:
runner_registration_token_file: ENC[AES256_GCM,data:3ptDFhshqQGMok9+peEBrSNxgxDkK9a6nr1stLUuMKZIVqZbt1kBsy+ckrLwlg==,iv:qImH89HnDf7KxHbN3t5ZHq7mEmZvZpxlX8jEa68AL+o=,tag:TsMK6LiDtw9+Tc7azGKcGw==,type:str] runner_registration_token_file: ENC[AES256_GCM,data:1qcygLbFcUsVBFe+u60+NPR3owDqPVZq5CgBaNv/ANYsnAD8lmXZk5sweRl17w==,iv:V9hUhn8YCucrbEZ8i951wgxjWqdZSS3mcssH25nA3UQ=,tag:172vV/JJNNy9GnwPOFmwFQ==,type:str]
proton: proton:
layne: ENC[AES256_GCM,data:wAY2uoxjM1ubHzvwBfsgQzx+OLsno4Q/gP5XPiDPHwWy3IbmU14EhSH942mdjixRlHK2/T3l3NYqFSOm//8Ri9+GyfmJBcIKY/A8vgui0DbkGOb5+h7AKDoCwyUrredtCtFSWk5Hahl19BnJtoLEzmOjbF6su7P2PgAdpxlkWiiyR3ZVSC+PD/2KjdkgNSEXV8V7fxTSaiMqAYXiIqe33Kx5gKIVHPuHf8qrnKYQ92q2BUolpXpcg24FlbavjgmkTI3wCw9V/o/zo5lJnCzi8TSdVelJ5fOKDUA+8FemJcquYQ==,iv:dsbKPzNUAYnH1yaflxEAoKaTj+QtflkMdqAQqQQi418=,tag:jsSTKjmk6nTUfUAxcTsMtA==,type:str] layne: ENC[AES256_GCM,data:wAY2uoxjM1ubHzvwBfsgQzx+OLsno4Q/gP5XPiDPHwWy3IbmU14EhSH942mdjixRlHK2/T3l3NYqFSOm//8Ri9+GyfmJBcIKY/A8vgui0DbkGOb5+h7AKDoCwyUrredtCtFSWk5Hahl19BnJtoLEzmOjbF6su7P2PgAdpxlkWiiyR3ZVSC+PD/2KjdkgNSEXV8V7fxTSaiMqAYXiIqe33Kx5gKIVHPuHf8qrnKYQ92q2BUolpXpcg24FlbavjgmkTI3wCw9V/o/zo5lJnCzi8TSdVelJ5fOKDUA+8FemJcquYQ==,iv:dsbKPzNUAYnH1yaflxEAoKaTj+QtflkMdqAQqQQi418=,tag:jsSTKjmk6nTUfUAxcTsMtA==,type:str]
sops: sops:
@ -97,8 +97,8 @@ sops:
YzdpTitkMHh6VUFtV2FodVF6OWJkTU0KBjC+esgHZ8hTWXwZ+cy4++jLP+gsruHM YzdpTitkMHh6VUFtV2FodVF6OWJkTU0KBjC+esgHZ8hTWXwZ+cy4++jLP+gsruHM
fmRDhvQu0MNHkjQ8q4VmwRVl10uc8CyTDFTuyDoAhvmnzXHtrg1wpA== fmRDhvQu0MNHkjQ8q4VmwRVl10uc8CyTDFTuyDoAhvmnzXHtrg1wpA==
-----END AGE ENCRYPTED FILE----- -----END AGE ENCRYPTED FILE-----
lastmodified: "2024-10-31T05:21:38Z" lastmodified: "2024-10-30T16:57:28Z"
mac: ENC[AES256_GCM,data:vLDW8qhu0ANqJmf/wHBokdQU8erzGuGSrBdmDmGLrHYCCw3K2iLax2GcT2J5EOaFK+VMdoqaEKQfKrlvzx6lnnyLcB2fvLhC/9cCIBvsV+SLea8KnmoUv9DuXg3S38TyfYYS27N5U0Vkt0mf6adkarbnDnl8ZDv0Sf9M6Gu9cxU=,iv:hmghdif90Pct92To6VlNTwQOHOJwHqrWBu9DJtQ7srs=,tag:lJRNDkR78uaXxAkNbPpdYw==,type:str] mac: ENC[AES256_GCM,data:1DDFzIph4M7niRTgMsXzCT4rqM21cR7BQRDW/EWzYf8yICgk+myyf/Y07jUhL43B1t7HVhs2hxdQWjnwS2cSX6WehCxZywv6ELmVPEt+pGCFTO2oJEWDHbUWmYDkkp0dOzpiqUuB9ph8RTKpvpysMFwnJQVtBzbmPdDtbSq+QYw=,iv:5B858skFZEcUhAXO+4KR8yO20hosPqZA9C8s6TrCmww=,tag:IhfiWrrSZQk17k8ak4SenA==,type:str]
pgp: [] pgp: []
unencrypted_suffix: _unencrypted unencrypted_suffix: _unencrypted
version: 3.9.1 version: 3.9.1