fixing syncthing
This commit is contained in:
parent
7756d61777
commit
f4e556cc24
2 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,8 @@
|
||||||
custom.samba-share = {
|
custom.samba-share = {
|
||||||
enable = true;
|
enable = true;
|
||||||
folders = {
|
folders = {
|
||||||
media = config.services.syncthing.folders.media.path;
|
#media = config.services.syncthing.folders.media.path;
|
||||||
|
media = "/media/syncthing/media";
|
||||||
};
|
};
|
||||||
private.upload = {
|
private.upload = {
|
||||||
folder = "/media/upload";
|
folder = "/media/upload";
|
||||||
|
|
|
@ -139,8 +139,10 @@ in
|
||||||
isReadOnly = false;
|
isReadOnly = false;
|
||||||
};
|
};
|
||||||
media = {
|
media = {
|
||||||
mountPoint = toString config.services.syncthing.folders.media.path;
|
#mountPoint = toString config.services.syncthing.folders.media.path;
|
||||||
hostPath = toString config.services.syncthing.folders.media.path;
|
#hostPath = toString config.services.syncthing.folders.media.path;
|
||||||
|
mountPoint = "/media/syncthing/media";
|
||||||
|
hostPath = "/media/syncthing/media";
|
||||||
isReadOnly = true;
|
isReadOnly = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue