diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-23 11:16:40 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-23 11:16:40 -0600 |
| commit | 66232d31d1f115a796dc76a9f6df88a6b13c424e (patch) | |
| tree | a2cb039bd1b84583f9a52a7e4ceff01951b83dd6 /hosts | |
| parent | 93ddc9cb616d1fcabd8f1b7cab338d1da8701fd4 (diff) | |
bullets
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/ganymede/config.nix | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index 7b0ad83..03d9804 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -54,28 +54,30 @@ listenAddr = "0.0.0.0"; rootLogin = true; } + # { + # port = 22; + # listenAddr = "0.0.0.0"; + # otp = true; + # } { port = 22; - listenAddr = "0.0.0.0"; - otp = true; + listenAddr = "[::]"; } ]; }; goaccess.enable = true; - - # forgejo = { - # enable = true; - # privateUrl = "forgejo.ganymede"; - # }; cgit.enable = true; - # mopidy.enable = true; + polaris = { + enable = true; + privateUrl = "music.ganymede"; + }; copyparty = { enable = true; publicUrl = "up.williamsfam.us.com"; - privateUrl = "ganymede"; + privateUrl = "files.ganymede"; users.collin = { isAdmin = true; @@ -84,8 +86,6 @@ }; }; - ngircd.enable = true; - caddy = { enable = true; envFile = config.collinux.secrets."caddy-env".path; |
