From ad559acbd9a568c45ab8754d08e3da4ccb80108d Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 30 Aug 2025 00:30:19 +0000 Subject: [PATCH] moby: switch extlinux -> systemd-boot for the sake of consistency with my other platforms u-boot boot order appears to be extlinux > script > efi_mgr > efi note that after rebooting, battery shows 0%. unclear if systemd-boot somehow breaks charging, or just battery reporting, or if totally unrelated --- hosts/by-name/moby/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/by-name/moby/default.nix b/hosts/by-name/moby/default.nix index 21ff11f17..7ac6a791b 100644 --- a/hosts/by-name/moby/default.nix +++ b/hosts/by-name/moby/default.nix @@ -58,7 +58,6 @@ sane.programs.mpv.config.defaultProfile = "fast"; - # TODO: switch to systemd-boot - boot.loader.generic-extlinux-compatible.enable = true; - boot.loader.systemd-boot.enable = false; + # boot.loader.generic-extlinux-compatible.enable = true; + # boot.loader.systemd-boot.enable = false; }