profiles/webserver: enable nginx reloading
Description of changes
This will make nginx be reloaded when switching to a new NixOS config. This will:
- Let open sessions continue working without disruption, and
- make nginx continue functioning with the old config in case of an error in the new configuration.
https://search.nixos.org/options?channel=24.05&show=services.nginx.enableReload
Things done
-
Tested -
Updated documentation (Wiki/NetBox) -
Breaking change