diff --git a/hosts/m3-kratos/configuration.nix b/hosts/m3-kratos/configuration.nix index 9c4d547..ff8fe35 100644 --- a/hosts/m3-kratos/configuration.nix +++ b/hosts/m3-kratos/configuration.nix @@ -9,11 +9,9 @@ ]; # Bootloader. - boot.loader.grub.enable = true; - boot.loader.grub.device = "/dev/vda"; - boot.loader.grub.useOSProber = true; - - networking.hostName = "m3-kratos"; # Define your hostname. + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; + networking.hostName = "m3-kratos-vm"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary