Compare commits

..

21 commits

Author SHA1 Message Date
87486019ca
increase further timeouts 2025-07-17 19:02:36 +02:00
c147df2b6f
increase fetch timeout/interval 2025-07-17 19:02:36 +02:00
346483b723
log level trace 2025-07-17 19:02:36 +02:00
dc0e46ed5e
increase numInstances to 5 2025-07-17 19:02:36 +02:00
7b2b280a34
Revert "switch to podman"
This reverts commit 60e7b841a9.
2025-07-17 19:02:36 +02:00
25b4079214
runs-on: nix 2025-07-17 19:02:36 +02:00
9191614253
switch to podman 2025-07-17 19:02:36 +02:00
36e96f5298
increase numInstances to 3 2025-07-17 19:02:36 +02:00
24dd3dacc7
add note on podman attempt 2025-07-17 19:02:36 +02:00
498e5a17b4
reconciliate old/new runners 2025-07-17 19:02:36 +02:00
180dbfcea6
explicitly use custom container in CI 2025-07-17 19:02:36 +02:00
793154d778
explicitly allow running command to manually generating tokens from forgejo machine
additionally serves to document the needed command, for future
automation.
2025-07-17 19:02:36 +02:00
d6b8140cb8
set up ci container from clan
credit:
https://discourse.nixos.org/t/gitea-nix-actions-runner-setup/35279
2025-07-17 19:02:36 +02:00
a38e4cc9c1
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 19:02:36 +02:00
a5e4682907
runs-on: docker 2025-07-17 19:02:36 +02:00
a43927fe2a
rm runner file 2025-07-17 19:02:36 +02:00
ce570c4303
explicitly specify container image 2025-07-17 19:02:36 +02:00
43ecde0325
add label for new runner 2025-07-17 19:02:36 +02:00
22531d7d8b
try out existing nix container made for gitea actions 2025-07-17 19:02:36 +02:00
ab9f061f99
Switch all CI jobs to nixos label 2025-07-17 19:02:36 +02:00
765183cd0d fix typo in users (#475)
Reviewed-on: Fediversity/Fediversity#475
Co-authored-by: Kiara Grouwstra <kiara@procolix.eu>
Co-committed-by: Kiara Grouwstra <kiara@procolix.eu>
2025-07-17 19:02:14 +02:00

View file

@ -6,7 +6,7 @@
_class = "nixos";
users.users = {
root.openssh.authorizedKeys.keys = config.user.users.procolix.openssh.authorizedKeys.keys;
root.openssh.authorizedKeys.keys = config.users.users.procolix.openssh.authorizedKeys.keys;
procolix = {
isNormalUser = true;