aboutsummaryrefslogtreecommitdiff
path: root/modules/services/options.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-02 16:18:29 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-02 16:18:29 -0500
commit48a837a91959efbc7da7f98447c50f32b4ee7c94 (patch)
tree0b17514bd37b6de76a8a497ef3ac3d6bf696ae53 /modules/services/options.nix
parent871c22cae2ef84694502fde290838bb24432a1f4 (diff)
jta, other changes
Diffstat (limited to 'modules/services/options.nix')
-rw-r--r--modules/services/options.nix5
1 files changed, 5 insertions, 0 deletions
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";