{ config, pkgs, ... }: { environment.system.packages = with pkgs; [ nginx ]; }