Compare commits

..

21 commits

Author SHA1 Message Date
df4c184a51
increase further timeouts 2025-07-17 18:59:42 +02:00
c5dab671aa
increase fetch timeout/interval 2025-07-17 18:59:42 +02:00
1e390a13c6
log level trace 2025-07-17 18:59:42 +02:00
98aa43adba
increase numInstances to 5 2025-07-17 18:59:42 +02:00
b926a15c6b
Revert "switch to podman"
This reverts commit 60e7b841a9.
2025-07-17 18:59:42 +02:00
a457fcac66
runs-on: nix 2025-07-17 18:59:42 +02:00
e1e586391f
switch to podman 2025-07-17 18:59:42 +02:00
e55e6736a9
increase numInstances to 3 2025-07-17 18:59:42 +02:00
a9d499f7a9
add note on podman attempt 2025-07-17 18:59:42 +02:00
a9800c73b0
reconciliate old/new runners 2025-07-17 18:59:42 +02:00
5f5c675093
explicitly use custom container in CI 2025-07-17 18:59:42 +02:00
cd55dc6fc3
explicitly allow running command to manually generating tokens from forgejo machine
additionally serves to document the needed command, for future
automation.
2025-07-17 18:59:42 +02:00
94ad0420c3
set up ci container from clan
credit:
https://discourse.nixos.org/t/gitea-nix-actions-runner-setup/35279
2025-07-17 18:59:42 +02:00
d05fa9cf87
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 18:59:42 +02:00
3ca8823ace
runs-on: docker 2025-07-17 18:59:42 +02:00
95116f9b42
rm runner file 2025-07-17 18:59:42 +02:00
57c614407e
explicitly specify container image 2025-07-17 18:59:42 +02:00
a06a6735ea
add label for new runner 2025-07-17 18:59:42 +02:00
0526f12442
try out existing nix container made for gitea actions 2025-07-17 18:59:42 +02:00
587e5cfe13
Switch all CI jobs to nixos label 2025-07-17 18:59:42 +02:00
6cf1d87f0b get parity in authorized keys between procolix and root for nixops4 ssh to non-VMs (#474)
Reviewed-on: Fediversity/Fediversity#474
Reviewed-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: Kiara Grouwstra <kiara@procolix.eu>
Co-committed-by: Kiara Grouwstra <kiara@procolix.eu>
2025-07-17 18:59:31 +02:00

View file

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