1 2 3 4 5 6 7 8 9
((packages . #("nginx")) (files . #("nginx.conf")) (build-commands . #("sysrc nginx_enable=YES")) (start-command . "nginx -c nginx.conf"))