summaryrefslogtreecommitdiff
path: root/Omni/Dev/Lithium
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Dev/Lithium')
-rw-r--r--Omni/Dev/Lithium/Configuration.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/Omni/Dev/Lithium/Configuration.nix b/Omni/Dev/Lithium/Configuration.nix
index 5df3fa5..82d23d1 100644
--- a/Omni/Dev/Lithium/Configuration.nix
+++ b/Omni/Dev/Lithium/Configuration.nix
@@ -49,11 +49,6 @@ in {
services.k3s.enable = false;
services.k3s.role = "server";
- services.syncthing.enable = true;
- services.syncthing.guiAddress = "127.0.0.1:${toString ports.syncthing-gui}";
- services.syncthing.openDefaultPorts = true;
- services.syncthing.systemService = true;
-
services.tor.enable = true;
services.tor.client.enable = true;
services.tor.relay.role = "bridge";