Compare commits
No commits in common. "b441792a6b72454be2ea545e5f045a602b01f5e0" and "89dc2a7e3b7fe37c1ee90664c05f528c699878ef" have entirely different histories.
b441792a6b
...
89dc2a7e3b
2 changed files with 3 additions and 11 deletions
|
@ -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; }
|
||||
|
|
|
@ -48,9 +48,6 @@ in
|
|||
useACMEHost = mkIf cfg.enableAcme domainName;
|
||||
|
||||
locations."/" = {
|
||||
extraConfig = ''
|
||||
client_max_body_size 200M;
|
||||
'';
|
||||
proxyPass = "http://localhost:${toString forgejoPort}/";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue