diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-09 18:51:21 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-09 18:51:21 -0700 |
commit | 04b9bbc7b94fa22030a4d286997010618513a21d (patch) | |
tree | 5346e7c868f42165693c6ee143c8f5eaa4f9e0d0 /hosts | |
parent | hosts/tahoe: fix boot configuration (diff) | |
download | world-04b9bbc7b94fa22030a4d286997010618513a21d.tar.gz |
hosts/tahoe: don't load transmission
I need to set a password.
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tahoe/services.nix | 4 |
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; |