diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-06 14:05:14 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-06 14:06:18 -0600 |
| commit | 8517a172421576f93bf43c896f050910a9f7a365 (patch) | |
| tree | 83d4675e4354554fe03db4584d51706a92ab6d31 /hosts/ganymede | |
| parent | f2eabd23ef1817adc872cc23685e4c5c49876ba7 (diff) | |
test complicated copyparty config
Diffstat (limited to 'hosts/ganymede')
| -rw-r--r-- | hosts/ganymede/config.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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; |
