about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-09 18:51:21 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-09 18:51:21 -0700
commit04b9bbc7b94fa22030a4d286997010618513a21d (patch)
tree5346e7c868f42165693c6ee143c8f5eaa4f9e0d0 /hosts
parenthosts/tahoe: fix boot configuration (diff)
downloadworld-04b9bbc7b94fa22030a4d286997010618513a21d.tar.gz
hosts/tahoe: don't load transmission
I need to set a password.
Diffstat (limited to '')
-rw-r--r--hosts/tahoe/services.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index 894f345..b510463 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -45,10 +45,6 @@ in
       enable = true;
       stateDir = "/var/lib/gitolite";
     };
-    transmission = {
-      enable = true;
-      vhostName = "bt.fcuny.xyz";
-    };
     syncthing.enable = true;
     backup = {
       enable = true;