Move syncthing dataDir for Vanguard, move some things into home

directory
This commit is contained in:
Evie Litherland-Smith 2023-06-05 08:10:43 +01:00
parent 90d1a7abda
commit 6eed79839f

View file

@ -21,7 +21,6 @@
services.syncthing = {
user = "xenia";
group = "users";
dataDir = "/mnt/secondary/syncthing";
extraOptions.options.globalAnnounceEnabled = true;
folders = {
"Archive" = {
@ -33,11 +32,11 @@
devices = ["legion" "monarch" "northstar" "remarkable"];
};
"Camera" = {
path = "/mnt/secondary/syncthing/camera";
path = "~/Camera";
devices = ["ion"];
};
"Comics" = {
path = "/home/xenia/Documents/Comics";
path = "~/Documents/Comics";
devices = ["ion" "legion" "monarch" "northstar"];
};
"Documents" = {
@ -49,15 +48,15 @@
devices = ["legion" "monarch"];
};
"Movies" = {
path = "/mnt/secondary/syncthing/movies";
path = "~/Videos";
devices = ["ion" "legion" "monarch" "northstar"];
};
"Notes" = {
path = "/home/xenia/notes";
path = "~/notes";
devices = ["ion" "legion" "monarch" "northstar" "H0615"];
};
"Pictures" = {
path = "/mnt/secondary/syncthing/pictures";
path = "~/Pictures";
devices = ["ion" "legion" "monarch" "northstar"];
};
"Xochitl" = {