Remove some folders from Vanguard syncthing config
This commit is contained in:
parent
4a76892889
commit
1f2718b8ac
|
@ -7,30 +7,17 @@
|
||||||
./devices/Monarch.nix
|
./devices/Monarch.nix
|
||||||
./devices/Northstar.nix
|
./devices/Northstar.nix
|
||||||
./devices/Remarkable.nix
|
./devices/Remarkable.nix
|
||||||
./folders/archive.nix
|
|
||||||
./folders/books.nix
|
|
||||||
./folders/camera.nix
|
./folders/camera.nix
|
||||||
./folders/comics.nix
|
./folders/comics.nix
|
||||||
./folders/documents.nix
|
|
||||||
./folders/exports.nix
|
|
||||||
./folders/movies.nix
|
./folders/movies.nix
|
||||||
./folders/notes.nix
|
./folders/notes.nix
|
||||||
./folders/pictures.nix
|
./folders/pictures.nix
|
||||||
./folders/xochitl.nix
|
|
||||||
];
|
];
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
user = "xenia";
|
user = "xenia";
|
||||||
group = "users";
|
group = "users";
|
||||||
extraOptions.options.globalAnnounceEnabled = true;
|
extraOptions.options.globalAnnounceEnabled = true;
|
||||||
folders = {
|
folders = {
|
||||||
"Archive" = {
|
|
||||||
path = "/mnt/secondary/syncthing/archive";
|
|
||||||
devices = ["ion" "legion" "monarch" "northstar"];
|
|
||||||
};
|
|
||||||
"Books" = {
|
|
||||||
path = "/mnt/secondary/syncthing/books";
|
|
||||||
devices = ["legion" "monarch" "northstar" "remarkable"];
|
|
||||||
};
|
|
||||||
"Camera" = {
|
"Camera" = {
|
||||||
path = "~/Camera";
|
path = "~/Camera";
|
||||||
devices = ["ion"];
|
devices = ["ion"];
|
||||||
|
@ -39,14 +26,6 @@
|
||||||
path = "~/Documents/Comics";
|
path = "~/Documents/Comics";
|
||||||
devices = ["ion" "legion" "monarch" "northstar"];
|
devices = ["ion" "legion" "monarch" "northstar"];
|
||||||
};
|
};
|
||||||
"Documents" = {
|
|
||||||
path = "/mnt/secondary/syncthing/documents";
|
|
||||||
devices = ["legion" "monarch" "northstar"];
|
|
||||||
};
|
|
||||||
"Exports" = {
|
|
||||||
path = "/mnt/secondary/syncthing/exports";
|
|
||||||
devices = ["legion" "monarch"];
|
|
||||||
};
|
|
||||||
"Movies" = {
|
"Movies" = {
|
||||||
path = "~/Videos";
|
path = "~/Videos";
|
||||||
devices = ["ion" "legion" "monarch" "northstar"];
|
devices = ["ion" "legion" "monarch" "northstar"];
|
||||||
|
@ -59,10 +38,6 @@
|
||||||
path = "~/Pictures";
|
path = "~/Pictures";
|
||||||
devices = ["ion" "legion" "monarch" "northstar"];
|
devices = ["ion" "legion" "monarch" "northstar"];
|
||||||
};
|
};
|
||||||
"Xochitl" = {
|
|
||||||
path = "/mnt/secondary/syncthing/xochitl";
|
|
||||||
devices = ["remarkable"];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue