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