From 0ea327729a73f9af8b569fdfd34843c402c7ce1b Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 24 Feb 2026 00:12:44 -0700 Subject: [PATCH] Remove syncthing --- modules/home.nix | 1 - modules/home/syncthing.nix | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 modules/home/syncthing.nix diff --git a/modules/home.nix b/modules/home.nix index c8a738a..66957be 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -12,7 +12,6 @@ let ./home/librewolf.nix ./home/zed.nix ./home/ghostty.nix - ./home/syncthing.nix ./home/ssh.nix ]; in diff --git a/modules/home/syncthing.nix b/modules/home/syncthing.nix deleted file mode 100644 index 02123a9..0000000 --- a/modules/home/syncthing.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: - -{ - services.syncthing = { - enable = true; - }; -}