Use repo-built Forgejo Namespace services
This commit is contained in:
parent
6b9065008d
commit
de32d8390e
2 changed files with 5 additions and 1 deletions
|
|
@ -276,10 +276,12 @@ in
|
|||
nscPackage = self.packages.${pkgs.stdenv.hostPlatform.system}.nsc;
|
||||
nscTokenFile = config.age.secrets.burrowForgejoNscToken.path;
|
||||
dispatcher = {
|
||||
package = self.packages.${pkgs.stdenv.hostPlatform.system}.forgejo-nsc-dispatcher;
|
||||
configFile = config.age.secrets.burrowForgejoNscDispatcherConfig.path;
|
||||
};
|
||||
autoscaler = {
|
||||
enable = true;
|
||||
package = self.packages.${pkgs.stdenv.hostPlatform.system}.forgejo-nsc-autoscaler;
|
||||
configFile = config.age.secrets.burrowForgejoNscAutoscalerConfig.path;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue