Remove syncthing

This commit is contained in:
2026-02-24 00:12:44 -07:00
parent 7d7d4bc9e6
commit 0ea327729a
2 changed files with 0 additions and 8 deletions

View File

@@ -12,7 +12,6 @@ let
./home/librewolf.nix ./home/librewolf.nix
./home/zed.nix ./home/zed.nix
./home/ghostty.nix ./home/ghostty.nix
./home/syncthing.nix
./home/ssh.nix ./home/ssh.nix
]; ];
in in

View File

@@ -1,7 +0,0 @@
{ ... }:
{
services.syncthing = {
enable = true;
};
}