From 6920800c7352537e69de79876c46146bcf8bbb87 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Tue, 17 Sep 2024 11:00:30 +0200 Subject: [PATCH] +sytemd boot --- hosts/m3-kratos/configuration.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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