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