From fbd4da91c07198bb6a7f61c653ed35545e052af5 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Sun, 22 Feb 2026 16:47:38 +1100 Subject: [PATCH] fix(copyparty): disable read access for all non-users --- modules/nixos/features/copyparty.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/nixos/features/copyparty.nix b/modules/nixos/features/copyparty.nix index 7994bf3..73006f6 100644 --- a/modules/nixos/features/copyparty.nix +++ b/modules/nixos/features/copyparty.nix @@ -30,7 +30,6 @@ in volumes."/" = { path = "/srv/copyparty"; access = { - r = "*"; A = [ "will" ]; }; };