disable systemd-boot
This commit is contained in:
parent
44e80c0c5e
commit
f83c1b0c50
@ -1,5 +1,6 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
boot.loader.systemd-boot.enable = false;
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.efiSupport = true;
|
||||
boot.loader.grub.device = "nodev";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user