aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-31 12:52:58 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-31 12:52:58 -0600
commit09b0c69504e9b51bcb17af58927f3058de635d39 (patch)
treea4340a406f6fd896a4362f40f1d21646091069fa /hosts
parentc9a1d2da80bca0a85e8c18f6d2db71c4d1127eda (diff)
copyparty
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;