jitsi: configuration du service #2

Merged
korenstin merged 3 commits from jitsi into main 2025-10-07 21:25:48 +02:00
2 changed files with 11 additions and 0 deletions
Showing only changes of commit d98c1e47ce - Show all commits

View file

@ -3,6 +3,7 @@
{
imports = [
./hardware-configuration.nix
./nginx.nix
./virtualisation.nix
];
}

10
profiles/vm/nginx.nix Normal file
View file

@ -0,0 +1,10 @@
{ ... }:
{
services.nginx = {
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
recommendedProxySettings = true;
};
}