feature: added signing key [deploy]
All checks were successful
/ check (push) Successful in 1m0s
/ deploy (push) Successful in 1m25s

This commit is contained in:
Jermeiah S 2025-06-25 21:10:42 -04:00
parent 71c934809b
commit eaeb15df7f
No known key found for this signature in database
3 changed files with 26 additions and 2 deletions

View file

@ -34,6 +34,10 @@ in
# group = "gitea-runner";
mode = "0777";
};
sops.secrets.forgejo-nix-key = { };
nix.settings = {
secret-key-files = config.sops.secrets.forgejo-nix-key.path;
};
services.gitea-actions-runner = {
package = pkgs.forgejo-runner;
instances = {