Add notes folder to syncthing
This commit is contained in:
parent
f0a53b28c2
commit
2882096fac
|
@ -46,6 +46,11 @@
|
|||
devices = ["ion" "monarch" "northstar"];
|
||||
enable = true;
|
||||
};
|
||||
"Notes" = {
|
||||
path = "/home/xenia/notes";
|
||||
devices = ["ion" "monarch" "northstar"];
|
||||
enable = true;
|
||||
};
|
||||
"Pictures" = {
|
||||
path = "/mnt/secondary/syncthing/pictures";
|
||||
devices = ["ion" "monarch" "northstar"];
|
||||
|
|
|
@ -43,6 +43,12 @@
|
|||
ignorePerms = true;
|
||||
enable = lib.mkDefault false;
|
||||
};
|
||||
"Notes" = {
|
||||
label = "Notes";
|
||||
id = "4ggjz-5dyop";
|
||||
ignorePerms = true;
|
||||
enable = lib.mkDefault false;
|
||||
};
|
||||
"Pictures" = {
|
||||
label = "Pictures";
|
||||
id = "ziuj8-rm6dn";
|
||||
|
|
Loading…
Reference in a new issue