aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/ganymede/config.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index ba7c854..a9e3279 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -50,6 +50,12 @@
];
};
+ copyparty = {
+ enable = true;
+ root_url = "up.williamsfam.us.com";
+ caddy.enable = true;
+ };
+
caddy = {
enable = true;
envFile = config.collinux.secrets."caddy-env".path;