Add agenix age file to forgejo deployment
This commit is contained in:
parent
409c65a779
commit
41fb790367
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ in
|
|||
enable = lib.mkEnableOption "Enable Forgejo service";
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
age.secrets.forgejo-runner-token.file = ./secrets/forgejo-runner-token.age
|
||||
services.forgejo-actions-runner = {
|
||||
package = pkgs.forgejo-actions-runner;
|
||||
instances.default = {
|
||||
|
|
Loading…
Reference in a new issue