diff options
| author | Grisha Shipunov | 2025-05-27 10:17:27 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-05-27 10:17:27 +0200 |
| commit | 7223ca43a7f68dc8b044b37596685f5431de26e7 (patch) | |
| tree | eade9697a268d3425e653a742e52e7f18074b220 /hosts/cloud/proxy | |
| parent | 6ffe2d49ee9bc6e7d81bf9f8ea034d24755d05ed (diff) | |
cleanup, deadnix, format
Diffstat (limited to 'hosts/cloud/proxy')
| -rw-r--r-- | hosts/cloud/proxy/conduwuit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/cloud/proxy/conduwuit.nix b/hosts/cloud/proxy/conduwuit.nix index 323590d..c731066 100644 --- a/hosts/cloud/proxy/conduwuit.nix +++ b/hosts/cloud/proxy/conduwuit.nix @@ -1,4 +1,4 @@ -{ self, ... }: +{ ... }: let proxy-conf = '' client_max_body_size 50M; |
