diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index 529cbfd..fea9a47 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -26,6 +26,9 @@ }; }; + # use bootspec + boot.bootspec.enable = true; + # use systemd-boot EFI boot loader boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;