diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-13 12:17:36 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-13 12:17:36 -0600 |
| commit | 151bfcff5dd8fd77f675af349e623f1ce0aa2772 (patch) | |
| tree | 6d106708cd64f0914d0e52fb948bcda90d26ea65 /hosts/ganymede | |
| parent | 70cc9ded188b9d4d301e8a8ecb2dfb24d5c073ce (diff) | |
use "ganymede" for local services
Diffstat (limited to 'hosts/ganymede')
| -rw-r--r-- | hosts/ganymede/config.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index 90ca639..63bb0b0 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -60,14 +60,9 @@ ]; }; - navidrome = { - enable = true; - privateURL = "navidrome.collinux"; - }; - forgejo = { enable = true; - privateURL = "forgejo.collinux"; + privateURL = "forgejo.ganymede"; }; copyparty = { |
