aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-06 14:05:14 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-06 14:06:18 -0600
commit8517a172421576f93bf43c896f050910a9f7a365 (patch)
tree83d4675e4354554fe03db4584d51706a92ab6d31 /hosts
parentf2eabd23ef1817adc872cc23685e4c5c49876ba7 (diff)
test complicated copyparty config
Diffstat (limited to 'hosts')
-rw-r--r--hosts/ganymede/config.nix8
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;