fixed typo

This commit is contained in:
Richie Cahill 2024-04-12 07:58:34 -04:00
parent 180f655663
commit 1b0b350d26

View File

@ -107,7 +107,7 @@
path = "/ZFS/Storage/Syncthing/books"; path = "/ZFS/Storage/Syncthing/books";
devices = [ devices = [
"Phone" "Phone"
"jeeves" "rhapsody-in-green"
]; ];
fsWatcherEnabled = true; fsWatcherEnabled = true;
}; };
@ -116,7 +116,7 @@
path = "/ZFS/Storage/Syncthing/important"; path = "/ZFS/Storage/Syncthing/important";
devices = [ devices = [
"Phone" "Phone"
"jeeves" "rhapsody-in-green"
]; ];
fsWatcherEnabled = true; fsWatcherEnabled = true;
}; };