Hi all, I've started to get more into deploying our full GNU Guix system. I'm very impressed!
However I think I ran into an issue: I added the nginx-service-type and certbot-service-type to my configuration and configured a NGINX HTTP server with a location for the webroot. I redeployed and saw that there were two servers with the same name - the certbot service already made one of them. So I've tried to set `default-location #f` in `certbot-configuration` as documented, but even with a completely removed `nginx-service-type` certbot still adds its location. Is this a bug or am I doing something wrong? Thank you, Mark