Commit efaf9c36 authored by K900's avatar K900
Browse files

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

parent 932903ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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, ... }: