about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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;