diff options
| author | Baitinq <[email protected]> | 2022-08-22 12:18:49 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-08-22 12:18:49 +0200 |
| commit | eb5cb293893c14937041086165871d598ab9c0b0 (patch) | |
| tree | 5a3791bd12cc55dcf3dbe0d0350f862107f80be4 /hosts | |
| parent | Packages: adl: Add perl dependency (diff) | |
| download | nixos-config-eb5cb293893c14937041086165871d598ab9c0b0.tar.gz nixos-config-eb5cb293893c14937041086165871d598ab9c0b0.tar.bz2 nixos-config-eb5cb293893c14937041086165871d598ab9c0b0.zip | |
Grub: Install as removable
Diffstat (limited to 'hosts')
| -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; |