blueberry: fix boot 5
This commit is contained in:
parent
10a9a20699
commit
2e5783e785
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
canTouchEfiVariables = system.hostPlatform != "aarch64-linux";
|
canTouchEfiVariables = system.hostPlatform != "aarch64-linux";
|
||||||
in {
|
in {
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi = { inherit canTouchEfiVariables; };
|
boot.loader.efi.canTouchEfiVariables = canTouchEfiVariables;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue