summaryrefslogtreecommitdiff
path: root/hosts/hyper-v
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-01-28 20:15:06 -0600
committerChristian <[email protected]>2026-01-28 20:15:06 -0600
commitdd286caa25a8975bbe190c0a374155180022e347 (patch)
treed836c01f5d511cf298ed888666b3970ddeb56188 /hosts/hyper-v
parentffea2846e2de5da72c890d4e48118959857d122e (diff)
Laptop: Necessary changes to boot
Diffstat (limited to 'hosts/hyper-v')
-rw-r--r--hosts/hyper-v/configuration.nix3
1 files changed, 3 insertions, 0 deletions
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;