mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -12,7 +12,7 @@ in
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
package = pkgs.syncthing;
|
||||
# package = master.syncthing;
|
||||
systemService = true;
|
||||
guiAddress = "0.0.0.0:8384";
|
||||
configDir = "${xlib.dirs.storage}/Syncthing/${xlib.device.hostname}";
|
||||
|
||||
Reference in New Issue
Block a user