10 lines
195 B
Nix
10 lines
195 B
Nix
{
|
|
services.nginx = {
|
|
enable = true;
|
|
recommendedProxySettings = true;
|
|
recommendedTlsSettings = true;
|
|
};
|
|
|
|
networking.firewall.interfaces."zts7mq7onf".allowedTCPPorts = [ 443 ];
|
|
}
|