s01 needs systemd.

This commit is contained in:
Joseph Hanson 2024-07-07 10:11:05 -05:00
parent dbb8936efd
commit 3dbd439dc4
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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"; }
];
}; };
}; };
}; };