Adds syncthing to sol.

This commit is contained in:
Bailey 2024-10-08 06:29:56 +00:00
parent a39070d3a0
commit a0443c7ee2

View file

@ -4,4 +4,13 @@
private = false;
minimal = false;
};
services.syncthing = {
enable = true;
# Run syncthing on private unix socket.
extraOptions = [
"--gui-address=unix://%t/syncthing.sock"
];
};
}