Add efi.nix
This commit is contained in:
parent
15819a6471
commit
bc03c570ff
1 changed files with 6 additions and 0 deletions
6
efi.nix
Normal file
6
efi.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
{
|
||||
boot.loader.grub.enable = lib.mkForce false;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue