aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tahoe')
-rw-r--r--hosts/tahoe/services.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index bf38c1a..0a0af9f 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -24,6 +24,10 @@ in {
enable = true;
stateDir = "/var/lib/gitea";
};
+ sourcegraph = {
+ enable = true;
+ vhostName = "cs.fcuny.xyz";
+ };
drone = {
enable = true;
vhostName = "drone.fcuny.xyz";