From 4cbbe708984da72847381e088b72a017fe8c61eb Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 25 Jan 2026 22:21:12 -0500 Subject: [PATCH] remove syncthing --- modules/hosts/nixos/nixnuc/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/hosts/nixos/nixnuc/default.nix b/modules/hosts/nixos/nixnuc/default.nix index 4ac79ae..c87a549 100644 --- a/modules/hosts/nixos/nixnuc/default.nix +++ b/modules/hosts/nixos/nixnuc/default.nix @@ -560,12 +560,6 @@ in { }; }; smartd.enable = true; - syncthing = { - enable = true; - dataDir = "/orico/syncthing"; - openDefaultPorts = true; - guiAddress = "0.0.0.0:8384"; - }; tailscale = { enable = true; authKeyFile = config.sops.secrets.tailscale_key.path;