Compare commits

..

No commits in common. "b441792a6b72454be2ea545e5f045a602b01f5e0" and "89dc2a7e3b7fe37c1ee90664c05f528c699878ef" have entirely different histories.

2 changed files with 3 additions and 11 deletions

View file

@ -1,8 +1,3 @@
{ ... }:
final: prev: {
path-of-building = prev.path-of-building.overrideAttrs (prevAttrs: {
postInstall = ''
wrapProgram $out/bin/pobfrontend --set QT_QPA_PLATFORM xcb
'';
});
}
{ channels, ... }:
final: prev: { inherit (channels.nixpkgs-unstable) pobfrontend; }

View file

@ -48,9 +48,6 @@ in
useACMEHost = mkIf cfg.enableAcme domainName;
locations."/" = {
extraConfig = ''
client_max_body_size 200M;
'';
proxyPass = "http://localhost:${toString forgejoPort}/";
};
};