nixos/services: swap gitea with forgejo
This commit is contained in:
@@ -58,7 +58,7 @@ in
|
||||
};
|
||||
|
||||
"git.${fqdn}" = mkVhost { } {
|
||||
"/" = mkProxy config.services.gitea.settings.server.HTTP_PORT;
|
||||
"/" = mkProxy config.services.forgejo.settings.server.HTTP_PORT;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user