From 48a837a91959efbc7da7f98447c50f32b4ee7c94 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:18:29 -0500 Subject: jta, other changes --- modules/services/options.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/services/options.nix') diff --git a/modules/services/options.nix b/modules/services/options.nix index 0484b6b..bb43180 100644 --- a/modules/services/options.nix +++ b/modules/services/options.nix @@ -109,6 +109,11 @@ in { default_port = 8076; }; + jta = webserviceOptions { + service_name = "jta"; + default_port = 8072; + }; + copyparty = (webserviceOptions { service_name = "copyparty"; -- cgit v1.3.1