infra/nix/os/profiles/removable-medium/boot.nix
2022-11-03 20:46:14 +01:00

7 lines
174 B
Nix

{ lib, ... }:
{
boot.loader.grub.efiInstallAsRemovable = lib.mkForce true;
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
boot.extraModulePackages = [ ];
}