From 8517a172421576f93bf43c896f050910a9f7a365 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:05:14 -0600 Subject: test complicated copyparty config --- hosts/ganymede/config.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hosts') diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index d9cb0dc..c31bb16 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -57,8 +57,16 @@ copyparty = { enable = true; + bind_host = "127.0.0.1"; + root_url = "up.williamsfam.us.com"; caddy.enable = true; + + users.collin = { + isAdmin = true; + passwordFile = config.collinux.secrets."collin-copyparty-password".path; + hasPublicDir = true; + }; }; ngircd.enable = true; -- cgit v1.3.1