From b3627d1d16365bb926c1d2b2b9b161c7614fff88 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Thu, 12 Jun 2025 18:02:12 -0500 Subject: [PATCH] comment out grub setting --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f7986cc..561c8f3 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -84,7 +84,7 @@ }; grub = { efiSupport = true; - efiInstallAsRemovable = true; + # efiInstallAsRemovable = true; device = "nodev"; }; };