Move syncthing data dir again
This commit is contained in:
parent
971ba58aae
commit
176b9cb6e5
|
@ -4,7 +4,7 @@ let
|
||||||
# due to the way the syncthing module is written
|
# due to the way the syncthing module is written
|
||||||
user = config.satellite.pilot.name;
|
user = config.satellite.pilot.name;
|
||||||
group = "syncthing";
|
group = "syncthing";
|
||||||
dataDir = "/persist/state/syncthing";
|
dataDir = "/persist/state/var/lib/syncthing";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|
Loading…
Reference in a new issue