diff --git a/modules/system/syncthing.nix b/modules/system/syncthing.nix index 91b7186..ab6a552 100644 --- a/modules/system/syncthing.nix +++ b/modules/system/syncthing.nix @@ -70,11 +70,5 @@ }; }; }; - - home-manager.sharedModules = [ - { - home.file."Projects/.stignore".text = ".git/"; - } - ]; }; }