blueberry: fix boot 2

This commit is contained in:
41666 2023-12-21 21:44:39 -05:00
parent 3843d44b64
commit b5ee1fe786

View file

@ -2,5 +2,5 @@
canTouchEfiVariables = system.hostPlatform != "aarch64-linux";
in {
boot.loader.systemd-boot.enable = true;
boot.loader.efi = { inherit canTouchEfiVariables };
boot.loader.efi = { inherit canTouchEfiVariables; };
}