mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
path moving
This commit is contained in:
@@ -15,7 +15,7 @@ in
|
|||||||
# package = master.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}/persist/Syncthing/${xlib.device.hostname}";
|
||||||
dataDir = "${xlib.dirs.server-home}";
|
dataDir = "${xlib.dirs.server-home}";
|
||||||
group = "users";
|
group = "users";
|
||||||
user = "${xlib.device.username}";
|
user = "${xlib.device.username}";
|
||||||
|
|||||||
Reference in New Issue
Block a user