feat: fw add forgejo runner
This commit is contained in:
parent
b11d9b2fb9
commit
bb8e720ddf
2 changed files with 89 additions and 1 deletions
|
|
@ -33,6 +33,7 @@
|
|||
# microvm
|
||||
./modules/microvm.nix
|
||||
./modules/gitea-vm.nix
|
||||
./modules/forgejo-runner.nix
|
||||
# ./modules/vscode-server.nix # Add VS Code Server microvm
|
||||
|
||||
./modules/ai-mailer.nix
|
||||
|
|
@ -79,7 +80,7 @@
|
|||
networkPrefix = "10.42";
|
||||
|
||||
# Systemd services to monitor
|
||||
services.victoriametrics.monitoredServices = [ "ai-mailer" "container@git" "microvm@git-runner-" ];
|
||||
services.victoriametrics.monitoredServices = [ "ai-mailer" "container@git" "microvm@git-runner-" "microvm@fj-runner-" ];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ./utils/overlays/packages.nix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue