fix bootloader just for EDI

This commit is contained in:
Aaron Honeycutt 2024-11-01 21:58:30 +00:00
parent aea2656bd3
commit 00c6847715

View file

@ -7,6 +7,8 @@
#./home-assistant.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelParams = [ "console=tty0" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];