aboutsummaryrefslogtreecommitdiff
path: root/nix-personal/profiles/nginx.nix
blob: 60124e2b825e7c6d8a8964f807280675010e9276 (plain)
1
2
3
4
{...}: {
  networking.firewall.allowedTCPPorts = [80];
  services.nginx.enable = true;
}