Compare commits
2 commits
89dc2a7e3b
...
b441792a6b
Author | SHA1 | Date | |
---|---|---|---|
b441792a6b | |||
2db7f29de5 |
2 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
{ channels, ... }:
|
{ ... }:
|
||||||
|
final: prev: {
|
||||||
final: prev: { inherit (channels.nixpkgs-unstable) pobfrontend; }
|
path-of-building = prev.path-of-building.overrideAttrs (prevAttrs: {
|
||||||
|
postInstall = ''
|
||||||
|
wrapProgram $out/bin/pobfrontend --set QT_QPA_PLATFORM xcb
|
||||||
|
'';
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
@ -48,6 +48,9 @@ in
|
||||||
useACMEHost = mkIf cfg.enableAcme domainName;
|
useACMEHost = mkIf cfg.enableAcme domainName;
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
extraConfig = ''
|
||||||
|
client_max_body_size 200M;
|
||||||
|
'';
|
||||||
proxyPass = "http://localhost:${toString forgejoPort}/";
|
proxyPass = "http://localhost:${toString forgejoPort}/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue