fix forgejo crypto

This commit is contained in:
Ellie 2026-02-24 16:57:52 -08:00
parent 311c85642b
commit c43c6c43a5
3 changed files with 9 additions and 5 deletions

View file

@ -8,7 +8,6 @@
networking.firewall.interfaces.wg0.allowedTCPPorts = [
3000
2222
];
services.forgejo = {
@ -20,10 +19,9 @@
ROOT_URL = "https://forgejo.ellie.town/";
HTTP_ADDR = "10.10.0.2";
HTTP_PORT = 3000;
START_SSH_SERVER = true;
START_SSH_SERVER = false;
SSH_DOMAIN = "forgejo.ellie.town";
SSH_PORT = 2222;
SSH_LISTEN_PORT = 2222;
};
};
}