my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(attic): increase client body size

isabel 2e17f6b1 0145b4d7

+1 -1
+1 -1
modules/nixos/services/selfhosted/attic.nix
··· 63 63 locations."/" = { 64 64 proxyPass = "http://${cfg.host}:${toString cfg.port}"; 65 65 extraConfig = '' 66 - client_max_body_size 50m; 66 + client_max_body_size 100m; 67 67 ''; 68 68 }; 69 69 } // template.ssl rdomain;