From c33449fa810261278b3580dcd2a33bc4aff22b09 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 28 Mar 2024 00:20:55 +0100 Subject: [PATCH] Remove .git exception for syncthing --- modules/system/syncthing.nix | 6 ------ 1 file changed, 6 deletions(-) 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/"; - } - ]; }; }