From a736fb7fbfeb5ef049768e2e01d027a157b059f5 Mon Sep 17 00:00:00 2001 From: CrazyChaoz Date: Thu, 16 Apr 2026 19:19:46 +0200 Subject: [PATCH] Update lnf/configuration.nix --- lnf/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnf/configuration.nix b/lnf/configuration.nix index 2cb5c9b..fdf8416 100644 --- a/lnf/configuration.nix +++ b/lnf/configuration.nix @@ -5,7 +5,7 @@ ]; boot.loader.grub.enable = true; - boot.loader.grub.device = "/dev/vda"; + boot.loader.grub.device = "/dev/sda"; boot.loader.grub.useOSProber = true; services.xserver.videoDrivers = [ "modesetting" ];