From de4b4302c91bbdee7c5df468befafc601a958390 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 15 Jul 2026 11:05:12 +1000 Subject: [PATCH] add boot loader path --- modules/hardware-configuration/vm/linode.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hardware-configuration/vm/linode.nix b/modules/hardware-configuration/vm/linode.nix index 70b95b6..488c08f 100644 --- a/modules/hardware-configuration/vm/linode.nix +++ b/modules/hardware-configuration/vm/linode.nix @@ -12,6 +12,7 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; + boot.loader.grub.device = "/dev/sda"; # fileSystems."/" = # { device = "/dev/sda";