about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-22 12:18:49 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-22 12:18:49 +0200
commit3344721d06ea1954b3e4b31337909aa40cec3048 (patch)
tree95374757bcb1678a5372fc2499829c423c3bbdf2 /hosts
parentPackages: adl: Add perl dependency (diff)
downloadnixos-config-3344721d06ea1954b3e4b31337909aa40cec3048.tar.gz
nixos-config-3344721d06ea1954b3e4b31337909aa40cec3048.tar.bz2
nixos-config-3344721d06ea1954b3e4b31337909aa40cec3048.zip
Grub: Install as removable
Diffstat (limited to 'hosts')
-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;