Compare commits

..

No commits in common. "83221b4587eac16d1a3ea4b058a1896416ad59e2" and "8cd5ce67a9b5df4733c4f96dc28a87963e5d1b83" have entirely different histories.

2 changed files with 9 additions and 8 deletions

View file

@ -32,7 +32,7 @@
xdg.enable = true;
xdg.mime.enable = true;
/* *****************************************
/* *****************************************
systemd.user.services = {
render_blog = {
Service = {

View file

@ -64,9 +64,10 @@
url = "https://git.hoyer.xyz";
tokenFile = config.sops.secrets.forgejo-runner-token.path;
labels = [
"ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
"ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
"ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
"ubuntu-latest:docker://node:16-bullseye"
"ubuntu-22.04:docker://node:16-bullseye"
"ubuntu-20.04:docker://node:16-bullseye"
"ubuntu-18.04:docker://node:16-buster"
];
};
};