From efaf9c3645ae40936b14d57e063d7fa3d8d391d3 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 8 Sep 2024 16:30:44 +0300 Subject: [PATCH] nixos/tests/systemd-boot: enable switch-to-configuration --- nixos/tests/systemd-boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/systemd-boot.nix b/nixos/tests/systemd-boot.nix index 17edfb06f670..79bfcb84ebd7 100644 --- a/nixos/tests/systemd-boot.nix +++ b/nixos/tests/systemd-boot.nix @@ -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, ... }: