Sunset the build machine configuration and move it to the newer format. Setup the Forgejo Runner.

This commit is contained in:
Root User 2026-02-12 16:50:52 +01:00
parent b66ab168d6
commit c7d4fc7e47
Signed by: root
GPG key ID: 087F0A95E5766D72
8 changed files with 413 additions and 45 deletions

View file

@ -35,12 +35,12 @@
mode = "0400";
};
sops.secrets."wireguard_preshared" = {
format = "yaml";
sopsFile = ../../secrets/wireguard/secrets.yaml;
owner = "root";
mode = "0400";
};
sops.secrets."wireguard_preshared" = {
format = "yaml";
sopsFile = ../../secrets/wireguard/secrets.yaml;
owner = "root";
mode = "0400";
};
sops.secrets."wireguard_public" = {
format = "yaml";
@ -48,7 +48,4 @@
owner = "root";
mode = "0444";
};
}