From 6031356c1e048f7ff2581c18df89f159b7a592c9 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:09:50 -0600 Subject: services config; add goaccess and start working on mopidy --- hosts/ganymede/config.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/ganymede/config.nix') diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index aaa8aec..7353683 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -55,19 +55,25 @@ } { port = 22; + listenAddr = "0.0.0.0"; otp = true; } ]; }; + goaccess.enable = true; + forgejo = { enable = true; privateUrl = "forgejo.ganymede"; }; + mopidy.enable = true; + copyparty = { enable = true; publicUrl = "up.williamsfam.us.com"; + privateUrl = "ganymede"; users.collin = { isAdmin = true; -- cgit v1.3.1