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;