Compare commits
1 commit
886f3898d3
...
da86fe8fac
Author | SHA1 | Date | |
---|---|---|---|
![]() |
da86fe8fac |
4 changed files with 4 additions and 14 deletions
|
@ -98,6 +98,10 @@ in
|
|||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedProxySettings = true;
|
||||
upstreams.grafana.servers."unix:/${cfg.settings.server.socket}" = { };
|
||||
virtualHosts."grafana-ng.auro.re" = {
|
||||
root = cfg.settings.server.static_root_path;
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
enable = true;
|
||||
hostName = "jitsi-ng.auro.re";
|
||||
|
||||
nginx.enable = true;
|
||||
videobridge.enable = true;
|
||||
|
||||
config = {
|
||||
liveStreaming.enabled = true;
|
||||
};
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./nginx.nix
|
||||
./virtualisation.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.nginx = {
|
||||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue