diff --git a/hosts/physiques/thot/default.nix b/hosts/physiques/thot/default.nix index dbc95ba..ed4cee3 100644 --- a/hosts/physiques/thot/default.nix +++ b/hosts/physiques/thot/default.nix @@ -36,6 +36,7 @@ environment.systemPackages = with pkgs; [ apacheHttpd + restic ]; system.stateVersion = "24.05"; diff --git a/modules/services/nginx.nix b/modules/services/nginx.nix index 0c6c0c4..e05c89a 100644 --- a/modules/services/nginx.nix +++ b/modules/services/nginx.nix @@ -6,5 +6,7 @@ recommendedProxySettings = true; recommendedOptimisation = true; + + clientMaxBodySize = "512M"; }; }