blueberry: fix boot 2
This commit is contained in:
parent
3843d44b64
commit
b5ee1fe786
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 = { inherit canTouchEfiVariables; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue