rename github workflows to gitea

This commit is contained in:
Danilo Reyes
2025-11-09 10:28:42 -06:00
parent 5cf2369dd0
commit 35008216bd
3 changed files with 12 additions and 6 deletions

View File

@@ -19,8 +19,14 @@ in
];
};
nix.settings = {
allowed-users = [ "gitea" "gitea-runner" ];
trusted-users = [ "gitea" "gitea-runner" ];
allowed-users = [
"gitea"
"gitea-runner"
];
trusted-users = [
"gitea"
"gitea-runner"
];
};
services.gitea-actions-runner.instances.nixos = {
inherit (cfg) url enable;