aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ganymede/config.nix')
-rw-r--r--hosts/ganymede/config.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index c4d9109..f4c4430 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -69,11 +69,6 @@
privateUrl = "git.ganymede";
};
- # agate = {
- # enable = true;
- # publicUrl = "williamsfam.us.com";
- # };
-
minecraft = {
enable = true;
listenAddr = "0.0.0.0";
@@ -96,6 +91,11 @@
};
};
+ jta = {
+ enable = true;
+ publicUrl = "jta.williamsfam.us.com";
+ };
+
caddy = {
enable = true;
envFile = config.collinux.secrets."caddy-env".path;