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