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