From 3344721d06ea1954b3e4b31337909aa40cec3048 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 22 Aug 2022 12:18:49 +0200 Subject: Grub: Install as removable --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index fce9583..7c6a25e 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -15,13 +15,13 @@ boot = { loader = { efi = { - canTouchEfiVariables = true; efiSysMountPoint = "/boot/efi"; }; grub = { enable = true; version = 2; efiSupport = true; + efiInstallAsRemovable = true; device = "nodev"; enableCryptodisk = true; splashImage = null; -- cgit 1.4.1