hosts: nixos: porthos: switch to forgejo
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This required a quick rename to migrate from one to the other.
This commit is contained in:
Bruno BELANYI 2024-03-05 12:32:40 +00:00
parent b77a8bffc6
commit d0f4e95e1f
2 changed files with 6 additions and 6 deletions

View file

@ -10,8 +10,8 @@
enable = mkEnableOption "Woodpecker CI";
forge = mkOption {
type = types.enum [ "gitea" "forgejo" ];
default = "gitea";
example = "forgejo";
default = "forgejo";
example = "gitea";
description = "Which Forge to connect to";
};
runners = mkOption {