From 2389cfb70349a5984d77ad5f253ba41781cb690d Mon Sep 17 00:00:00 2001 From: shobu Date: Sat, 17 Jan 2026 16:44:09 +0100 Subject: [PATCH] delete permission on data folder --- hosts/sin/copyparty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sin/copyparty.nix b/hosts/sin/copyparty.nix index cbd5015..541359b 100644 --- a/hosts/sin/copyparty.nix +++ b/hosts/sin/copyparty.nix @@ -65,7 +65,7 @@ "/data" = { path = "/mnt/data"; access = { - rw = ["serhao"]; + rwd = ["serhao"]; }; flags = { e2d = true;