Loading nixos/tests/systemd-boot.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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, ... }: Loading Loading
nixos/tests/systemd-boot.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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, ... }: Loading