fix(copyparty): disable read access for all non-users

This commit is contained in:
wi11-holdsworth 2026-02-22 16:47:38 +11:00
parent 9bdffc9a3a
commit fbd4da91c0

View file

@ -30,7 +30,6 @@ in
volumes."/" = { volumes."/" = {
path = "/srv/copyparty"; path = "/srv/copyparty";
access = { access = {
r = "*";
A = [ "will" ]; A = [ "will" ];
}; };
}; };