From cefadff37853e2cb29ab49814c50be83201d608e Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Tue, 17 Feb 2026 13:59:13 +0100 Subject: [PATCH] small change to copyparty config for more logical folder layout. --- hosts/cirrostratus/copyparty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/cirrostratus/copyparty.nix b/hosts/cirrostratus/copyparty.nix index c4db3a0..fe238b4 100644 --- a/hosts/cirrostratus/copyparty.nix +++ b/hosts/cirrostratus/copyparty.nix @@ -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"];