diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 14:34:46 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 14:34:46 -0600 |
| commit | b6d620ec30977221d4b729ab17729aa1ea0c854c (patch) | |
| tree | 18a181e74daba612b2d104685ad1d6e503e95744 /modules/services | |
| parent | 41739e2a593ded4439c76b7402e329119fc96e3b (diff) | |
all perms for admin user
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 3adee1b..a5e5643 100644 --- a/modules/services/nixos/copyparty.nix +++ b/modules/services/nixos/copyparty.nix @@ -33,7 +33,7 @@ in { path = "/media"; access = { r = "*"; - rw = ["collin"]; + A = ["collin"]; }; flags = { |
