fix tower config
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a6964afea0dea3adad9edc09f578fb75a43de
This commit is contained in:
parent
eb0b42ced4
commit
9603b43f34
2 changed files with 0 additions and 2 deletions
|
@ -35,7 +35,6 @@
|
||||||
forgejo.enable = true;
|
forgejo.enable = true;
|
||||||
grafana.enable = true;
|
grafana.enable = true;
|
||||||
prometheus.enable = true;
|
prometheus.enable = true;
|
||||||
plausible.enable = true;
|
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
editors = {
|
editors = {
|
||||||
|
|
|
@ -25,7 +25,6 @@ in {
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedZstdSettings = true;
|
|
||||||
|
|
||||||
# nginx defaults to a 1MB size limit for uploads, which
|
# nginx defaults to a 1MB size limit for uploads, which
|
||||||
# *definitely* isn't enough for Git LFS.
|
# *definitely* isn't enough for Git LFS.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue