diff --git a/nixos/full.nix b/nixos/full.nix index 0ccaf69..841a3f4 100644 --- a/nixos/full.nix +++ b/nixos/full.nix @@ -26,6 +26,7 @@ boot = { loader.efi.canTouchEfiVariables = true; + loader.systemd-boot.enable = true; kernelPackages = pkgs.linuxPackages_latest; };