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;
|
||||
};
|
||||
"/gabe" = {
|
||||
path = "/storage/syncthing/gabe";
|
||||
path = "/storage/syncthing/users/gabe";
|
||||
access = {
|
||||
rwmd = "gabe";
|
||||
A = ["gabe"];
|
||||
|
|
@ -70,7 +70,7 @@ in {
|
|||
flags = defaultvolflags;
|
||||
};
|
||||
"/erica" = {
|
||||
path = "/storage/syncthing/erica";
|
||||
path = "/storage/syncthing/users/erica";
|
||||
access = {
|
||||
rwmd = "erica";
|
||||
A = ["erica"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue