nixos/nginx-sso: use '/run' to generate config

Closes #461198.
This commit is contained in:
Bruno BELANYI
2025-11-13 10:59:35 +00:00
parent 513678ee60
commit f3b85882a2
2 changed files with 7 additions and 6 deletions

View File

@@ -190,6 +190,10 @@
- Linux 5.4 and all its variants have been removed since mainline will reach its end of life within the support-span of 25.11.
- The `services.nginx.sso` module has switched to generating its configuration
file in `/run`. You should manually delete `/var/lib/nginx-sso/config.yaml` to
avoid storing secret values to disk.
- The `services.polipo` module has been removed as `polipo` is unmaintained and archived upstream.
- `boot.enableContainers` is only turned on when a declarative NixOS container is defined in `containers`.