fix syncthing errors
This commit is contained in:
parent
e163d452d9
commit
db3634eb5e
1 changed files with 3 additions and 5 deletions
|
@ -7,11 +7,6 @@
|
||||||
group = "media";
|
group = "media";
|
||||||
# make some folders send only
|
# make some folders send only
|
||||||
settings.folders = {
|
settings.folders = {
|
||||||
audiobooks.type = "sendonly";
|
|
||||||
lost-fotos.type = "sendonly";
|
|
||||||
lectures.type = "sendonly";
|
|
||||||
};
|
|
||||||
folders = {
|
|
||||||
# on encrypted drive
|
# on encrypted drive
|
||||||
# ------------------
|
# ------------------
|
||||||
oscar_cpap = {
|
oscar_cpap = {
|
||||||
|
@ -52,6 +47,7 @@
|
||||||
};
|
};
|
||||||
lost-fotos = {
|
lost-fotos = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
type = "sendonly";
|
||||||
path = "/syncthing/lost-fotos.ct";
|
path = "/syncthing/lost-fotos.ct";
|
||||||
};
|
};
|
||||||
music-projects = {
|
music-projects = {
|
||||||
|
@ -60,10 +56,12 @@
|
||||||
};
|
};
|
||||||
audiobooks = {
|
audiobooks = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
type = "sendonly";
|
||||||
path = "/media/audio-books";
|
path = "/media/audio-books";
|
||||||
};
|
};
|
||||||
lectures = {
|
lectures = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
type = "sendonly";
|
||||||
path = "/media/lectures";
|
path = "/media/lectures";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue