Compare commits
2 commits
8cd5ce67a9
...
83221b4587
Author | SHA1 | Date | |
---|---|---|---|
Harald Hoyer | 83221b4587 | ||
Harald Hoyer | 2b559eb9ad |
|
@ -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,10 +64,9 @@
|
||||||
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://node:16-bullseye"
|
"ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
|
||||||
"ubuntu-22.04:docker://node:16-bullseye"
|
"ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
|
||||||
"ubuntu-20.04:docker://node:16-bullseye"
|
"ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
|
||||||
"ubuntu-18.04:docker://node:16-buster"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue