diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-06 14:51:17 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-06 14:51:17 -0600 |
| commit | 976404b986a0d7297e8e08249ed081d68a5ffeb2 (patch) | |
| tree | 5b2ece4f00e4c954e1d705b629c4a21f2a719d46 /modules/services/nixos/copyparty.nix | |
| parent | 5003fa5166449f8d6621835ef98456ef78d66b7a (diff) | |
add incoming directory
Diffstat (limited to 'modules/services/nixos/copyparty.nix')
| -rw-r--r-- | modules/services/nixos/copyparty.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/services/nixos/copyparty.nix b/modules/services/nixos/copyparty.nix index 8b31f4b..1057717 100644 --- a/modules/services/nixos/copyparty.nix +++ b/modules/services/nixos/copyparty.nix @@ -52,6 +52,16 @@ in { }; }; } + { + "/incoming" = { + path = "/media/incoming"; + access = { + r = ["@admin"]; + wG = "*"; + }; + flags.fk = 6; + }; + } ] ++ lib.lists.flatten (cfg.users |> lib.attrsets.mapAttrsToList (k: v: [ |
