+7
nixos/doc/manual/release-notes/rl-2411.section.md
+7
nixos/doc/manual/release-notes/rl-2411.section.md
···- 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.:See the [v8 changelog](https://github.com/google/zx/releases/tag/8.0.0) for more information.
+37
-76
nixos/modules/services/network-filesystems/samba.nix
+37
-76
nixos/modules/services/network-filesystems/samba.nix
······(mkRemovedOptionModule [ "services" "samba" "syncPasswordsByPam" ] "This option has been removed by upstream, see https://bugzilla.samba.org/show_bug.cgi?id=10669#c10")+(lib.mkRemovedOptionModule [ "services" "samba" "extraConfig" ] "Use services.samba.settings instead.")+(lib.mkRenamedOptionModule [ "services" "samba" "invalidUsers" ] [ "services" "samba" "settings" "global" "invalid users" ])+(lib.mkRenamedOptionModule [ "services" "samba" "securityType" ] [ "services" "samba" "settings" "global" "security type" ])······
+34
-31
nixos/tests/samba.nix
+34
-31
nixos/tests/samba.nix
···