You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be the troublemaker. It is set to "" unless you force it. I suspect that this odd empty value has to do with adopting the hostname provided by the container runtime. NixOS support and container hostname support were merged 2 days apart but were the result of different authors, so I think it just wasn't thought through at the time. So right now there's no real connection between the two options. We could make the one set the other. What do you think?
yes, I'd expect config.services.webserver.service.hostname to be set to webserver (by default) since that's the name of the <name>, and I also expect config.services.webserver.nixos.configuration.networking.hostName to mirror that value (by default).
If I didn't do this httpd would crash because no servername was set.
If I didn't force set this, it said it would conflict with arion:
which was a lie, this value is optional (appearrantly)
The text was updated successfully, but these errors were encountered: