From dd286caa25a8975bbe190c0a374155180022e347 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 28 Jan 2026 20:15:06 -0600 Subject: Laptop: Necessary changes to boot --- hosts/hyper-v/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/hyper-v') diff --git a/hosts/hyper-v/configuration.nix b/hosts/hyper-v/configuration.nix index f7bc699..8da08c2 100644 --- a/hosts/hyper-v/configuration.nix +++ b/hosts/hyper-v/configuration.nix @@ -9,6 +9,9 @@ networking.hostName = "hyper-v"; + # Use the systemd-boot EFI boot loader. + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; # Hyper-V setup virtualisation.hypervGuest.enable = true; -- cgit v1.2.3