Hyperv Debian + UEFI

This commit is contained in:
Greg Hellings
2023-12-30 05:37:32 +00:00
parent 76abdb9132
commit b11669345e
112 changed files with 468 additions and 850 deletions
+6 -4
View File
@@ -3,7 +3,7 @@
{
imports = [
./hardware-configuration.nix
#PROVIDER_PLACEHOLDER
./guest-agent.nix
];
system.stateVersion = "23.11";
@@ -37,9 +37,11 @@
}
];
boot.loader.grub = {
enable = true;
devices = [ "@BOOT_DEVICE@" ];
boot.loader = {
systemd-boot = {
enable = true;
};
efi.canTouchEfiVariables = true;
};
networking = {
hostName = "vagrant";