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