From da0cd225be32b558ef563d37a52a26639c32713b Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 15 Jul 2026 11:08:50 +1000 Subject: [PATCH] removed duplicate boot entry --- modules/hardware-configuration/vm/linode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware-configuration/vm/linode.nix b/modules/hardware-configuration/vm/linode.nix index 488c08f..41df12e 100644 --- a/modules/hardware-configuration/vm/linode.nix +++ b/modules/hardware-configuration/vm/linode.nix @@ -32,7 +32,7 @@ boot.loader.grub.extraConfig = '' ''; boot.loader.grub.forceInstall = true; -boot.loader.grub.device = "nodev"; +# boot.loader.grub.device = "nodev"; boot.loader.timeout = 10;