9 lines
108 B
Nix
9 lines
108 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.nginx = {
|
|
enable = true;
|
|
};
|
|
|
|
networking.firewall.allowedTCPPorts = [ 80 ];
|
|
}
|