mirror of
https://github.com/hyprwm/hyprland-infra.git
synced 2025-05-12 21:30:36 +01:00
hosts/ceasar: explicitly enable grub
This commit is contained in:
parent
24a0fca4a9
commit
080212f237
1 changed files with 6 additions and 1 deletions
|
@ -14,8 +14,13 @@ in {
|
|||
|
||||
boot = {
|
||||
initrd.supportedFilesystems = ["ext4"];
|
||||
|
||||
kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
|
||||
|
||||
loader.grub = {
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
device = "nodev";
|
||||
};
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
|
|
Loading…
Reference in a new issue