7 lines
No EOL
137 B
Nix
7 lines
No EOL
137 B
Nix
{pkgs, lib, config, ...}: {
|
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
|
|
|
services.nginx = {
|
|
enable = true;
|
|
};
|
|
} |