This commit is contained in:
2026-01-25 23:30:06 -07:00
parent c9748d88ba
commit 50a2d3bee0

View File

@@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
services.syncthing = {
enable = true;
dataDir = "${config.home.homeDirectory}/syncthing/data";
configDir = "${config.home.homeDirectory}/syncthing/conf";
};
}