Move syncthing dataDir for Vanguard, move some things into home
directory
This commit is contained in:
parent
90d1a7abda
commit
6eed79839f
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue