about summary refs log tree commit diff
path: root/modules/nixos-apple-silicon/docs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos-apple-silicon/docs')
-rw-r--r--modules/nixos-apple-silicon/docs/release-notes.md27
-rw-r--r--modules/nixos-apple-silicon/docs/uefi-standalone.md10
2 files changed, 31 insertions, 6 deletions
diff --git a/modules/nixos-apple-silicon/docs/release-notes.md b/modules/nixos-apple-silicon/docs/release-notes.md
index c9404cef4cb5..64de3137ba33 100644
--- a/modules/nixos-apple-silicon/docs/release-notes.md
+++ b/modules/nixos-apple-silicon/docs/release-notes.md
@@ -2,7 +2,32 @@
 
 This file contains important information for each release.
 
-## 2023-08-26
+## 2023-10-21
+
+This release updates nixpkgs, m1n1, U-Boot, and the kernel.
+
+Some exciting new features are now available:
+* ALSA configuration module to enable the headphone jack on supported devices
+  * You will need at least `sound.enable = true;` and
+    `hardware.pulseaudio.enable = true;` in your configuration.nix to enable
+    sound for the system.
+  * Speakers will still not be enabled.
+  * Thanks to IonAgorria and yusefnapora for this contribution.
+* Built-in webcam support for supported devices
+  * The webcam should work without additional configuration in applications like
+    Firefox or desktop camera viewers.
+  * To avoid an overly-dark image and other image quality issues, the ISP
+    firmware needs to be added to `all_firmware.tar.gz` within the peripheral
+    firmware directory. This can be done by inserting
+    `/usr/sbin/appleh13camerad` from macOS into the archive's root. Stub
+    partitions created with the Asahi installer after this release should
+    already have the file but older installations must be upgraded manually.
+    This will hopefully be done automatically in a future release.
+* Official support for M2-series devices
+  * Please leave feedback if issues are encountered. I don't have any way to
+    test this support with NixOS.
+
+## 2023-09-17
 
 This release updates nixpkgs.
 
diff --git a/modules/nixos-apple-silicon/docs/uefi-standalone.md b/modules/nixos-apple-silicon/docs/uefi-standalone.md
index fc477a14b7ac..58e9fcc53d95 100644
--- a/modules/nixos-apple-silicon/docs/uefi-standalone.md
+++ b/modules/nixos-apple-silicon/docs/uefi-standalone.md
@@ -1,11 +1,11 @@
-# UEFI Boot Standalone NixOS (2023-09-17)
+# UEFI Boot Standalone NixOS (2023-10-21)
 
 This guide will build and was tested with the following software:
-* Asahi Linux kernel version 6.4.0-asahi10
+* Asahi Linux kernel version 6.5.0-asahi15
 * Asahi Linux's Mesa version 23.3.0_asahi-20230904-1
-* m1n1 version v1.3.6
-* Asahi Linux's U-Boot version 2023.04.asahi2-1
-* Nixpkgs, as of 2023-09-15
+* m1n1 version v1.4.2
+* Asahi Linux's U-Boot version 2023.07.02.asahi3-1
+* Nixpkgs, as of 2023-10-19
 * macOS stub 12.3
 
 NOTE: The latest version of this guide will always be [at its home](https://github.com/tpwrules/nixos-apple-silicon/blob/main/docs/uefi-standalone.md). For more general information about Linux on Apple Silicon Macs, refer to the [Asahi Linux project](https://asahilinux.org/) and [alpha installer release](https://asahilinux.org/2022/03/asahi-linux-alpha-release/).