Switch hub to systemd-boot.

This commit is contained in:
Nolan Darilek 2025-06-18 09:34:08 -05:00
parent ae503cfbda
commit ad59ddc9dd

View file

@ -37,17 +37,12 @@
./apps/open-webui.nix ./apps/open-webui.nix
]; ];
boot.loader.grub = { boot = {
enable = true; loader = {
zfsSupport = true; efi.canTouchEfiVariables = true;
efiSupport = true; systemd-boot.enable = true;
efiInstallAsRemovable = true; };
mirroredBoots = [ supportedFilesystems = [ "zfs" ];
{
devices = [ "nodev" ];
path = "/boot";
}
];
}; };
networking = { networking = {