fix: restore bootloader config in phantom-ship hardware nix 🥾

Accidentally stripped systemd-boot config when cleaning up duplicate
fileSystems entries.
This commit is contained in:
DannyDannyDanny 2026-03-31 15:33:23 +02:00
parent 420f3881b5
commit 9f73571f55

View file

@ -3,6 +3,9 @@
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "sr_mod" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];