Commit 1ef0d69e4742

Vincent Demeester <vincent@sbr.pm>
2025-10-01 09:41:22
syncthing: the default folder creation as been removed
and the flag with it. Should fix all my syncthing instances. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c80a295
Changed files (1)
home
common
home/common/services/syncthing.nix
@@ -8,7 +8,6 @@
   warnings = [ "Home syncthing for ${hostname}" ];
   services.syncthing = {
     enable = true;
-    extraOptions = [ "--no-default-folder" ];
     overrideFolders = false; # Just in case, will probably set to true later
     guiAddress = libx.syncthingGuiAddress globals.machines."${hostname}";
     settings = {