mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
adding syncthing dirs
This commit is contained in:
@@ -49,5 +49,20 @@
|
|||||||
];
|
];
|
||||||
fsWatcherEnabled = true;
|
fsWatcherEnabled = true;
|
||||||
};
|
};
|
||||||
|
"temp" = {
|
||||||
|
id = "bob_temp";
|
||||||
|
path = "/home/richie/temp";
|
||||||
|
devices = [
|
||||||
|
"jeeves"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
};
|
||||||
|
"vault" = {
|
||||||
|
path = "/home/richie/vault";
|
||||||
|
devices = [
|
||||||
|
"rhapsody-in-green"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,13 @@ in
|
|||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
guiAddress = "192.168.90.40:8384";
|
guiAddress = "192.168.90.40:8384";
|
||||||
settings.folders = {
|
settings.folders = {
|
||||||
|
"bob_temp" = {
|
||||||
|
path = "${vars.storage_syncthing}/bob_temp";
|
||||||
|
devices = [
|
||||||
|
"jeeves"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
};
|
||||||
"notes" = {
|
"notes" = {
|
||||||
id = "l62ul-lpweo"; # cspell:disable-line
|
id = "l62ul-lpweo"; # cspell:disable-line
|
||||||
path = vars.media_notes;
|
path = vars.media_notes;
|
||||||
@@ -54,6 +61,13 @@ in
|
|||||||
];
|
];
|
||||||
fsWatcherEnabled = true;
|
fsWatcherEnabled = true;
|
||||||
};
|
};
|
||||||
|
"rhapsody-in-green_temp" = {
|
||||||
|
path = "${vars.storage_syncthing}/projects";
|
||||||
|
devices = [
|
||||||
|
"rhapsody-in-green"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,5 +49,21 @@
|
|||||||
];
|
];
|
||||||
fsWatcherEnabled = true;
|
fsWatcherEnabled = true;
|
||||||
};
|
};
|
||||||
|
rhapsody-in-temp = {
|
||||||
|
id = "rhapsody-in-green_temp";
|
||||||
|
path = "/home/richie/projects";
|
||||||
|
devices = [
|
||||||
|
"bob"
|
||||||
|
"jeeves"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
};
|
||||||
|
"vault" = {
|
||||||
|
path = "/home/richie/vault";
|
||||||
|
devices = [
|
||||||
|
"bob"
|
||||||
|
];
|
||||||
|
fsWatcherEnabled = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user