Turns out I need port 80 for acme, whoops

This commit is contained in:
Bun 2025-04-04 05:17:25 -04:00
parent 6069da2e1d
commit 2d61e291a9
4 changed files with 11 additions and 9 deletions

View file

@ -5,9 +5,10 @@
config = lib.mkIf config.services.forgejo.enable {
services.forgejo = {
package = pkgs.forgejo;
lfs.enable = true;
settings = {
server = {
DOMAIN = "git.nixfox.ca";
DOMAIN = "sv.nixfox.ca";
ROOT_URL = "https://git.nixfox.ca:443";
HTTP_PORT = 3110;
SSH_PORT = 2299;