rename nodes and add runner for gitea instance

This commit is contained in:
shobu
2025-11-11 21:05:47 +01:00
parent c610ce80bc
commit 542034054c
34 changed files with 69 additions and 24 deletions

13
hosts/sin/secrets.nix Normal file
View File

@@ -0,0 +1,13 @@
{...}: {
age.secrets = {
# captcha = {
# file = ./secrets/matrix_captcha.age;
# group = "matrix-synapse";
# mode = "770";
# };
airvpn-params = {
file = ./secrets/airvpn_wireguard_key_env.age;
mode = "700";
};
};
}