s01 needs systemd.
This commit is contained in:
parent
dbb8936efd
commit
3dbd439dc4
1 changed files with 4 additions and 8 deletions
|
@ -6,14 +6,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
grub = {
|
systemd-boot.enable = true;
|
||||||
enable = true;
|
efi = {
|
||||||
zfsSupport = true;
|
canTouchEfiVariables = true;
|
||||||
device = "nodev";
|
|
||||||
mirroredBoots = [
|
|
||||||
{ devices = [ "nodev" ]; path = "/boot"; }
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue