Hyperv Debian + UEFI
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user