machines/magenta: remove nginx module

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-04 23:36:37 +03:00
parent 7c2fec71ae
commit b862cab4ef
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985
2 changed files with 0 additions and 14 deletions

View file

@ -12,7 +12,6 @@ in
../modules/nix.nix
../modules/fail2ban.nix
./services/nginx.nix
./services/traefik.nix
./services/mailserver.nix
./services/gitea.nix

View file

@ -1,13 +0,0 @@
{
services.nginx = {
enable = true;
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
defaultHTTPListenPort = 10080;
defaultSSLListenPort = 10443;
};
networking.firewall.allowedTCPPorts = [ 10080 10443 ];
}