summary refs log tree commit diff
path: root/machines/bismuth
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-07-12 04:00:28 +0200
committerMel <mel@rnrd.eu>2025-07-12 04:00:28 +0200
commit4fd56f73360372665dd072adac2a78156d4caf2d (patch)
treece681316938f536ad2309e1711ba3eb40046c8d2 /machines/bismuth
parent90ae56d81617248ed6570dfc7fb67940db6f8450 (diff)
downloadminerals-4fd56f73360372665dd072adac2a78156d4caf2d.tar.zst
minerals-4fd56f73360372665dd072adac2a78156d4caf2d.zip
Setup new M1 MacBook as 'Moissanite' with Asahi Linux
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/bismuth')
-rw-r--r--machines/bismuth/devices.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/bismuth/devices.nix b/machines/bismuth/devices.nix
index b5a6e16..6aa4122 100644
--- a/machines/bismuth/devices.nix
+++ b/machines/bismuth/devices.nix
@@ -3,6 +3,8 @@
 {
   # boot settings
   boot = {
+    kernelPackages = pkgs.linuxPackages_latest;
+
     loader.grub = {
       enable = true;
       devices = [ "nodev" ];