aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ganymede/config.nix')
-rw-r--r--hosts/ganymede/config.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index 03235f0..94d67ec 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -74,6 +74,8 @@
listenAddr = "0.0.0.0";
};
+ ngircd.enable = true;
+
qbittorrent = {
enable = true;
privateUrl = "bittorrent.ganymede";
@@ -96,6 +98,11 @@
publicUrl = "jta.williamsfam.us.com";
};
+ ganyupload = {
+ enable = true;
+ publicUrl = "upld.williamsfam.us.com";
+ };
+
caddy = {
enable = true;
envFile = config.collinux.secrets."caddy-env".path;