Add syncthing Comics folder
This commit is contained in:
parent
541551fee6
commit
8869195f1a
|
@ -26,6 +26,11 @@
|
|||
devices = ["ion"];
|
||||
enable = true;
|
||||
};
|
||||
"Comics" = {
|
||||
path = "/home/xenia/Documents/Comics";
|
||||
devices = ["ion" "monarch" "northstar"];
|
||||
enable = true;
|
||||
};
|
||||
"Documents" = {
|
||||
path = "/mnt/secondary/syncthing/documents";
|
||||
devices = ["monarch" "northstar"];
|
||||
|
|
|
@ -19,6 +19,12 @@
|
|||
ignorePerms = true;
|
||||
enable = lib.mkDefault false;
|
||||
};
|
||||
"Comics" = {
|
||||
label = "Comics";
|
||||
id = "kc2h0-q3wot";
|
||||
ignorePerms = true;
|
||||
enable = lib.mkDefault false;
|
||||
};
|
||||
"Documents" = {
|
||||
label = "Documents";
|
||||
id = "qc6qa-bipsd";
|
||||
|
|
Loading…
Reference in a new issue