From 11fbf96e2b08d563c9166a958c3372e93a55257c Mon Sep 17 00:00:00 2001 From: sandydoo <hey@sandydoo.me> Date: Fri, 25 Nov 2022 12:36:33 +0000 Subject: [PATCH] nixos/rosetta: add release notes --- .../from_md/release-notes/rl-2305.section.xml | 15 ++++++++++++++- nixos/doc/manual/release-notes/rl-2305.section.md | 2 ++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml index 0e7a559d08ac..c8bd237dbb00 100644 --- a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml +++ b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml @@ -82,7 +82,7 @@ </section> <section xml:id="sec-release-23.05-notable-changes"> <title>Other Notable Changes</title> - <itemizedlist spacing="compact"> + <itemizedlist> <listitem> <para> The module for the application firewall @@ -91,6 +91,19 @@ <link linkend="opt-services.opensnitch.rules">services.opensnitch.rules</link> </para> </listitem> + <listitem> + <para> + A new <literal>virtualisation.rosetta</literal> module was + added to allow running <literal>x86_64</literal> binaries + through + <link xlink:href="https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment">Rosetta</link> + inside virtualised NixOS guests on Apple silicon. This feature + works by default with the + <link xlink:href="https://docs.getutm.app/">UTM</link> + virtualisation + <link xlink:href="https://search.nixos.org/packages?channel=unstable&show=utm&from=0&size=1&sort=relevance&type=packages&query=utm">package</link>. + </para> + </listitem> </itemizedlist> </section> </section> diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md index 70d78cc8bc20..c438fdc1aaaf 100644 --- a/nixos/doc/manual/release-notes/rl-2305.section.md +++ b/nixos/doc/manual/release-notes/rl-2305.section.md @@ -34,3 +34,5 @@ In addition to numerous new and upgraded packages, this release has the followin <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> - The module for the application firewall `opensnitch` got the ability to configure rules. Available as [services.opensnitch.rules](#opt-services.opensnitch.rules) + +- A new `virtualisation.rosetta` module was added to allow running `x86_64` binaries through [Rosetta](https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment) inside virtualised NixOS guests on Apple silicon. This feature works by default with the [UTM](https://docs.getutm.app/) virtualisation [package](https://search.nixos.org/packages?channel=unstable&show=utm&from=0&size=1&sort=relevance&type=packages&query=utm).