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 = {
loader = {
grub = {
enable = true;
zfsSupport = true;
device = "nodev";
mirroredBoots = [
{ devices = [ "nodev" ]; path = "/boot"; }
];
loader = {
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;
};
};
};