docs(nixos/release-notes): add note about deepin removal (#444902)
This commit is contained in:
@@ -315,13 +315,6 @@ with lib.maintainers;
|
|||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
deepin = {
|
|
||||||
members = [ wineee ];
|
|
||||||
scope = "Maintain deepin desktop environment and related packages.";
|
|
||||||
shortName = "DDE";
|
|
||||||
enableFeatureFreezePing = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
deshaw = {
|
deshaw = {
|
||||||
# Verify additions to this team with at least one already existing member of the team.
|
# Verify additions to this team with at least one already existing member of the team.
|
||||||
members = [
|
members = [
|
||||||
|
|||||||
@@ -315,6 +315,8 @@
|
|||||||
|
|
||||||
- `services.pds` has been renamed to `services.bluesky-pds`.
|
- `services.pds` has been renamed to `services.bluesky-pds`.
|
||||||
|
|
||||||
|
- `services.xserver.desktopManager.deepin` and associated packages have been removed due to being unmaintained. See issue [#422090](https://github.com/NixOS/nixpkgs/issues/422090) for more details.
|
||||||
|
|
||||||
- The new option [networking.ipips](#opt-networking.ipips) has been added to create IP within IP kind of tunnels (including 4in6, ip6ip6 and ipip).
|
- The new option [networking.ipips](#opt-networking.ipips) has been added to create IP within IP kind of tunnels (including 4in6, ip6ip6 and ipip).
|
||||||
With the existing [networking.sits](#opt-networking.sits) option (6in4), it is now possible to create all combinations of IPv4 and IPv6 encapsulation.
|
With the existing [networking.sits](#opt-networking.sits) option (6in4), it is now possible to create all combinations of IPv4 and IPv6 encapsulation.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user