nixos/tests/systemd-boot: enable switch-to-configuration

This commit is contained in:
K900 2024-09-08 16:30:44 +03:00
parent 932903acff
commit efaf9c3645

View File

@ -13,6 +13,7 @@ let
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
environment.systemPackages = [ pkgs.efibootmgr ];
system.switch.enable = true;
};
commonXbootldr = { config, lib, pkgs, ... }: