Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
- The `replay-sorcery` package and module was removed as it unmaintained upstream. Consider using `gpu-screen-recorder` or `obs-studio` instead.
- To follow [RFC 0042](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md) a few options of `samba` have been moved from `extraConfig` to the new freeform option `settings` and renamed, e.g.:
-`services.samba.invalidUsers` to `services.samba.settings.global."invalid users"`
-`services.samba.securityType` to `services.samba.settings.global."security type"`
-`services.samba.shares` to `services.samba.settings`
-`services.samba.enableWinbindd` to `services.samba.winbindd.enable`
-`services.samba.enableNmbd` to `services.samba.nmbd.enable`
-`zx` was updated to v8, which introduces several breaking changes.
See the [v8 changelog](https://github.com/google/zx/releases/tag/8.0.0) for more information.
(mkRemovedOptionModule["services""samba""syncPasswordsByPam"]"This option has been removed by upstream, see https://bugzilla.samba.org/show_bug.cgi?id=10669#c10")