diff options
| author | Mel <mel@rnrd.eu> | 2025-07-12 04:00:28 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-12 04:00:28 +0200 |
| commit | 4fd56f73360372665dd072adac2a78156d4caf2d (patch) | |
| tree | ce681316938f536ad2309e1711ba3eb40046c8d2 /machines/bismuth | |
| parent | 90ae56d81617248ed6570dfc7fb67940db6f8450 (diff) | |
| download | minerals-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.nix | 2 |
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" ]; |
