machines/magenta: remove nginx module
This commit is contained in:
parent
7c2fec71ae
commit
b862cab4ef
2 changed files with 0 additions and 14 deletions
|
@ -12,7 +12,6 @@ in
|
|||
../modules/nix.nix
|
||||
../modules/fail2ban.nix
|
||||
|
||||
./services/nginx.nix
|
||||
./services/traefik.nix
|
||||
./services/mailserver.nix
|
||||
./services/gitea.nix
|
||||
|
|
|
@ -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 ];
|
||||
}
|
Loading…
Reference in a new issue