switch back to systemd-boot
This commit is contained in:
parent
79882b73bd
commit
de1091b3b0
1 changed files with 1 additions and 5 deletions
|
@ -29,11 +29,7 @@
|
||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
grub = {
|
systemd-boot.enable = true;
|
||||||
enable = true;
|
|
||||||
efiSupport = true;
|
|
||||||
device = "nodev";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
supportedFilesystems = [ "zfs" ];
|
supportedFilesystems = [ "zfs" ];
|
||||||
kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
|
kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
|
||||||
|
|
Loading…
Add table
Reference in a new issue