This commit is contained in:
2025-10-25 13:59:42 +03:00
parent db97cfe4e9
commit 0ca3d6d629
+6
View File
@@ -3,9 +3,15 @@
xlib,
...
}:
let
master = import inputs.nixpkgs-master {
system = "x86_64-linux";
};
in
{
services.syncthing = {
enable = true;
package = master.syncthing;
systemService = true;
guiAddress = "0.0.0.0:8384";
configDir = "${xlib.dirs.storage}/Syncthing/${xlib.device.hostname}";