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