small change to copyparty config for more logical folder layout.

This commit is contained in:
Gabe Venberg 2026-02-17 13:59:13 +01:00
parent 4b01eae403
commit cefadff378

View file

@ -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"];