Syncthing: Difference between revisions

imported>LuisChDev
Created page with "Available as a standalone package: <nowiki>nix-env -iA nixos.syncthing</nowiki> It can also be enabled as a service. You'll typically want to set the user and the config di..."
 
imported>Srid
m Fix syntax
Line 11: Line 11:
         enable = true;
         enable = true;
         user = "myusername";
         user = "myusername";
         dataDir = "/home/myusername/Downloads";
         dataDir = "/home/myusername/Documents";
         configDir = "/home/myusername/Downloads/.config/syncthing";
         configDir = "/home/myusername/Documents/.config/syncthing";
     }
     };
}
};
</nowiki>
</nowiki>