about summary refs log tree commit diff
path: root/hosts/configuration.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-08-22 12:18:49 +0200
committerBaitinq <[email protected]>2022-08-22 12:18:49 +0200
commiteb5cb293893c14937041086165871d598ab9c0b0 (patch)
tree5a3791bd12cc55dcf3dbe0d0350f862107f80be4 /hosts/configuration.nix
parentPackages: adl: Add perl dependency (diff)
downloadnixos-config-eb5cb293893c14937041086165871d598ab9c0b0.tar.gz
nixos-config-eb5cb293893c14937041086165871d598ab9c0b0.tar.bz2
nixos-config-eb5cb293893c14937041086165871d598ab9c0b0.zip
Grub: Install as removable
Diffstat (limited to '')
-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;