diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-19 14:14:09 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-19 14:14:09 -0600 |
| commit | 75711117f4cae27f28bb2f04de495dacc6282960 (patch) | |
| tree | 050fff2b9d997a598dd920e1cac38e9d65212a0b | |
| parent | 10635036677be97f683267b9bbe13cacbda1b6f2 (diff) | |
fix red x over public?
| -rw-r--r-- | modules/services/nixos/copyparty.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/services/nixos/copyparty.nix b/modules/services/nixos/copyparty.nix index ae3bef4..cb83cf0 100644 --- a/modules/services/nixos/copyparty.nix +++ b/modules/services/nixos/copyparty.nix @@ -57,6 +57,11 @@ in { }; }; + "/public" = { + path = "/var/empty"; + access.r = "*"; + }; + "/library" = { path = "/media/library"; access = { |
