diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-17 13:09:50 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-17 13:11:02 -0600 |
| commit | 6031356c1e048f7ff2581c18df89f159b7a592c9 (patch) | |
| tree | d594c6c41a38f2d1ac5d5893cf5cd8449e9340af /hosts | |
| parent | 1aaad835c72ee2e21513291fb3145a992ed6a77a (diff) | |
services config; add goaccess and start working on mopidy
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/ganymede/config.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
