Compare commits

..

20 commits

Author SHA1 Message Date
3d8d626912
increase further timeouts 2025-07-17 17:33:00 +02:00
68b6e146f7
increase fetch timeout/interval 2025-07-17 17:20:31 +02:00
5acbf0300d
log level trace 2025-07-17 16:01:47 +02:00
69fd2330cd
increase numInstances to 5 2025-07-17 15:59:54 +02:00
aacbb1438a
Revert "switch to podman"
This reverts commit 60e7b841a9.
2025-07-17 15:59:54 +02:00
eb527b9c61
runs-on: nix 2025-07-17 15:59:54 +02:00
c3cae5e37d
switch to podman 2025-07-17 15:59:54 +02:00
5058c719d7
increase numInstances to 3 2025-07-17 15:59:54 +02:00
cf5745c975
add note on podman attempt 2025-07-17 15:59:54 +02:00
2e80509e26
reconciliate old/new runners 2025-07-17 15:59:54 +02:00
a976d797df
explicitly use custom container in CI 2025-07-17 15:59:54 +02:00
4f723053a6
explicitly allow running command to manually generating tokens from forgejo machine
additionally serves to document the needed command, for future
automation.
2025-07-17 15:59:54 +02:00
a63fe8d7f8
set up ci container from clan
credit:
https://discourse.nixos.org/t/gitea-nix-actions-runner-setup/35279
2025-07-17 15:59:54 +02:00
a76717cec3
try and recreate the container from icewind
see:
https://icewind.nl/entry/gitea-actions-nix/#using-nix-to-build-our-nix-image

> Error: crun: cannot find `` in $PATH: No such file or directory: OCI
runtime attempted to invoke a command that was not found
2025-07-17 15:59:54 +02:00
20c9c54c52
runs-on: docker 2025-07-17 15:59:54 +02:00
70b997b264
rm runner file 2025-07-17 15:59:54 +02:00
9d16831ae9
explicitly specify container image 2025-07-17 15:59:54 +02:00
b4fbdcde14
add label for new runner 2025-07-17 15:59:54 +02:00
0918f30d43
try out existing nix container made for gitea actions 2025-07-17 15:59:54 +02:00
7026b8f388
Switch all CI jobs to nixos label 2025-07-17 15:59:54 +02:00

View file

@ -1,13 +1,7 @@
{
config,
...
}:
{
_class = "nixos";
users.users = {
root.openssh.authorizedKeys.keys = config.user.users.procolix.openssh.authorizedKeys.keys;
procolix = {
isNormalUser = true;
extraGroups = [ "wheel" ];