fix(gitea): updated nix options

This commit is contained in:
Tibo De Peuter 2026-08-05 20:09:27 +02:00
parent e56900934d
commit a5ffe597f7
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU

View file

@ -23,9 +23,10 @@ in {
config = lib.mkIf cfg.enable {
services.nats = {
enable = true;
listenAddress = "0.0.0.0";
port = 4222;
jetstream = true;
jetstream = {
enable = true;
};
};
networking.firewall.allowedTCPPorts = [ 4222 9000 ];