setting syncthing folders
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
networking = {
|
||||
@ -93,7 +93,7 @@
|
||||
};
|
||||
};
|
||||
folders = {
|
||||
"Notes" = {
|
||||
"notes" = {
|
||||
id = "l62ul-lpweo";
|
||||
path = "/ZFS/Media/Notes";
|
||||
devices = [
|
||||
@ -102,6 +102,24 @@
|
||||
];
|
||||
fsWatcherEnabled = true;
|
||||
};
|
||||
"books" = {
|
||||
id = "6uppx-vadmy";
|
||||
path = "/ZFS/Storage/Syncthing/books";
|
||||
devices = [
|
||||
"Phone"
|
||||
"jeeves"
|
||||
];
|
||||
fsWatcherEnabled = true;
|
||||
};
|
||||
"important" = {
|
||||
id = "4ckma-gtshs";
|
||||
path = "/ZFS/Storage/Syncthing/important";
|
||||
devices = [
|
||||
"Phone"
|
||||
"jeeves"
|
||||
];
|
||||
fsWatcherEnabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user