From f9f970d8364c220c9357f4791fdca2ced72fa804 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 23 Jun 2026 20:50:07 -0500 Subject: no more mkCaddyConfig, manually specify ports, no more manual /etc/hosts, started using dnsmasq instead. all works! --- hosts/ganymede/config.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hosts/ganymede') diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index 47b7f49..8150e14 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -45,32 +45,39 @@ minecraft = { enable = true; + port = 19132; # standard public = true; }; ngircd = { enable = true; + port = 6667; # standard public = true; }; jta = { enable = true; + port = 8072; publicUrl = "jta.williamsfam.us.com"; }; ganyupload = { enable = true; + port = 8073; publicUrl = "upld.williamsfam.us.com"; }; goaccess = { enable = true; + port = 7890; privateUrl = "stats.ganymede"; }; btopweb = { enable = true; + port = 8017; privateUrl = "btop.ganymede"; }; qbittorrent = { enable = true; + port = 8076; privateUrl = "bittorrent.ganymede"; }; cgit = { -- cgit v1.3.1