diff --git a/overlays/pathofbuilding/default.nix b/overlays/pathofbuilding/default.nix index 9c49349..b738b0f 100644 --- a/overlays/pathofbuilding/default.nix +++ b/overlays/pathofbuilding/default.nix @@ -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; } diff --git a/systems/x86_64-linux/loptland/default.nix b/systems/x86_64-linux/loptland/default.nix index 4d0708c..0434742 100644 --- a/systems/x86_64-linux/loptland/default.nix +++ b/systems/x86_64-linux/loptland/default.nix @@ -48,9 +48,6 @@ in useACMEHost = mkIf cfg.enableAcme domainName; locations."/" = { - extraConfig = '' - client_max_body_size 200M; - ''; proxyPass = "http://localhost:${toString forgejoPort}/"; }; };