mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
fix bootloader just for EDI
This commit is contained in:
parent
aea2656bd3
commit
00c6847715
1 changed files with 2 additions and 0 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue