diff --git a/modules/boot.nix b/modules/boot.nix index 513016a..bf4f493 100644 --- a/modules/boot.nix +++ b/modules/boot.nix @@ -60,7 +60,7 @@ in canTouchEfiVariables = false; }; generationsDir.copyKernels = true; - boot.loader.systemd-boot.enable = true; + systemd-boot.enable = true; /* disable grub support grub = { enable = true;