diff options
Diffstat (limited to 'hosts')
| -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; |
