removing books from syncthing

This commit is contained in:
2024-10-20 10:10:34 -04:00
parent d174873bf5
commit 68d629ec5c
3 changed files with 2 additions and 33 deletions

View File

@@ -9,16 +9,6 @@
];
fsWatcherEnabled = true;
};
"books" = {
id = "6uppx-vadmy"; # cspell:disable-line
path = "/home/richie/books";
devices = [
"phone"
"jeeves"
"rhapsody-in-green"
];
fsWatcherEnabled = true;
};
"important" = {
id = "4ckma-gtshs"; # cspell:disable-line
path = "/home/richie/important";

View File

@@ -21,16 +21,6 @@ in
];
fsWatcherEnabled = true;
};
"books" = {
id = "6uppx-vadmy"; # cspell:disable-line
path = "${vars.storage_syncthing}/books";
devices = [
"bob"
"rhapsody-in-green"
"phone"
];
fsWatcherEnabled = true;
};
"important" = {
id = "4ckma-gtshs"; # cspell:disable-line
path = "${vars.storage_syncthing}/important";
@@ -62,7 +52,7 @@ in
fsWatcherEnabled = true;
};
"rhapsody-in-green_temp" = {
path = "${vars.storage_syncthing}/projects";
path = "${vars.storage_syncthing}/rhapsody-in-green_temp";
devices = [
"rhapsody-in-green"
];

View File

@@ -9,16 +9,6 @@
];
fsWatcherEnabled = true;
};
"books" = {
id = "6uppx-vadmy"; # cspell:disable-line
path = "/home/richie/books";
devices = [
"bob"
"jeeves"
"phone"
];
fsWatcherEnabled = true;
};
"important" = {
id = "4ckma-gtshs"; # cspell:disable-line
path = "/home/richie/important";
@@ -51,9 +41,8 @@
};
rhapsody-in-temp = {
id = "rhapsody-in-green_temp";
path = "/home/richie/projects";
path = "/home/richie/temp";
devices = [
"bob"
"jeeves"
];
fsWatcherEnabled = true;