small change to copyparty config for more logical folder layout.
This commit is contained in:
parent
4b01eae403
commit
cefadff378
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ in {
|
||||||
flags = defaultvolflags;
|
flags = defaultvolflags;
|
||||||
};
|
};
|
||||||
"/gabe" = {
|
"/gabe" = {
|
||||||
path = "/storage/syncthing/gabe";
|
path = "/storage/syncthing/users/gabe";
|
||||||
access = {
|
access = {
|
||||||
rwmd = "gabe";
|
rwmd = "gabe";
|
||||||
A = ["gabe"];
|
A = ["gabe"];
|
||||||
|
|
@ -70,7 +70,7 @@ in {
|
||||||
flags = defaultvolflags;
|
flags = defaultvolflags;
|
||||||
};
|
};
|
||||||
"/erica" = {
|
"/erica" = {
|
||||||
path = "/storage/syncthing/erica";
|
path = "/storage/syncthing/users/erica";
|
||||||
access = {
|
access = {
|
||||||
rwmd = "erica";
|
rwmd = "erica";
|
||||||
A = ["erica"];
|
A = ["erica"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue