diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-06 09:51:08 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-06 09:51:08 -0600 |
| commit | 35454ab08f1138644065f43d869c31d3d23bb681 (patch) | |
| tree | 20050c72ff51ace66c061dfa1f345ef3b332547b /modules/services | |
| parent | 7f93a3b65d7151238d2ed24e6b9f73988a2a1e11 (diff) | |
no read?
Diffstat (limited to 'modules/services')
| -rw-r--r-- | modules/services/nixos/copyparty.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/nixos/copyparty.nix b/modules/services/nixos/copyparty.nix index c46b373..c4df509 100644 --- a/modules/services/nixos/copyparty.nix +++ b/modules/services/nixos/copyparty.nix @@ -51,7 +51,7 @@ in { "/collin" = { path = "/media/collin"; access = { - r = ""; + # r = ""; # how do I make no reading? A = ["collin"]; }; |
