blueberry: fix boot 7
This commit is contained in:
parent
36ca21827c
commit
aa072756ea
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
{ pkgs, config, ... }: let
|
||||
canTouchEfiVariables = config.system.hostPlatform != "aarch64-linux";
|
||||
in {
|
||||
{ pkgs, lib, ... }: {
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = canTouchEfiVariables;
|
||||
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue