hosts/ceasar: explicitly enable grub

This commit is contained in:
NotAShelf 2024-09-24 20:25:43 +03:00
parent 24a0fca4a9
commit 080212f237
No known key found for this signature in database
GPG key ID: AF26552424E53993

View file

@ -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 = {