diff --git a/hosts/hub/default.nix b/hosts/hub/default.nix index 5bc5534..e32c8c7 100644 --- a/hosts/hub/default.nix +++ b/hosts/hub/default.nix @@ -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 = {