forked from fediversity/fediversity
hard-code forgejo IP to prevent clone step issues in CI using woodpecker's local back-end
This commit is contained in:
parent
c3df3e43b6
commit
e123a9210f
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ in
|
||||||
{
|
{
|
||||||
hostName = config.fediversityVm.name;
|
hostName = config.fediversityVm.name;
|
||||||
domain = config.fediversityVm.domain;
|
domain = config.fediversityVm.domain;
|
||||||
|
hosts = {
|
||||||
|
"185.206.232.34" = [ "git.fediversity.eu" ];
|
||||||
|
};
|
||||||
|
|
||||||
## REVIEW: Do we actually need that, considering that we have static IPs?
|
## REVIEW: Do we actually need that, considering that we have static IPs?
|
||||||
useDHCP = mkDefault true;
|
useDHCP = mkDefault true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue