diff options
-rw-r--r-- | hosts/configuration.nix | 2 |
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; |