From 306ce8bc3f6078843c06b6bb75c71fd45574a91a Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Tue, 25 Apr 2023 23:41:08 -0600 Subject: [PATCH] Move s0 to systemd-boot --- machines/storage/s0/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/storage/s0/hardware-configuration.nix b/machines/storage/s0/hardware-configuration.nix index 39d41b8..3112abb 100644 --- a/machines/storage/s0/hardware-configuration.nix +++ b/machines/storage/s0/hardware-configuration.nix @@ -7,7 +7,7 @@ ]; # boot - efi.enable = true; + boot.loader.systemd-boot.enable = true; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "uas" "sd_mod" "rtsx_pci_sdmmc" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ];