Compare commits
No commits in common. "83221b4587eac16d1a3ea4b058a1896416ad59e2" and "8cd5ce67a9b5df4733c4f96dc28a87963e5d1b83" have entirely different histories.
83221b4587
...
8cd5ce67a9
|
@ -32,8 +32,8 @@
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
xdg.mime.enable = true;
|
xdg.mime.enable = true;
|
||||||
|
|
||||||
/* *****************************************
|
/* *****************************************
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
render_blog = {
|
render_blog = {
|
||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
@ -59,16 +59,16 @@
|
||||||
};
|
};
|
||||||
Install.WantedBy = [ "default.target" ];
|
Install.WantedBy = [ "default.target" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.timers = {
|
systemd.user.timers = {
|
||||||
render_blog = {
|
render_blog = {
|
||||||
Timer = {
|
Timer = {
|
||||||
OnCalendar = "hourly";
|
OnCalendar = "hourly";
|
||||||
};
|
};
|
||||||
Install.WantedBy = [ "timers.target" ];
|
Install.WantedBy = [ "timers.target" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
***************************** */
|
***************************** */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -64,9 +64,10 @@
|
||||||
url = "https://git.hoyer.xyz";
|
url = "https://git.hoyer.xyz";
|
||||||
tokenFile = config.sops.secrets.forgejo-runner-token.path;
|
tokenFile = config.sops.secrets.forgejo-runner-token.path;
|
||||||
labels = [
|
labels = [
|
||||||
"ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
|
"ubuntu-latest:docker://node:16-bullseye"
|
||||||
"ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
|
"ubuntu-22.04:docker://node:16-bullseye"
|
||||||
"ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
|
"ubuntu-20.04:docker://node:16-bullseye"
|
||||||
|
"ubuntu-18.04:docker://node:16-buster"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue