diff --git a/nixos/common/modules/boot.nix b/nixos/common/modules/boot.nix index 04ec3ef1..3b1332cd 100644 --- a/nixos/common/modules/boot.nix +++ b/nixos/common/modules/boot.nix @@ -1,6 +1,7 @@ { config, pkgs, ... }: { # Bootloader boot.loader.efi.canTouchEfiVariables = true; + boot.loader.systemd-boot.enable = true; boot.tmp.cleanOnBoot = true; boot.initrd.systemd.enable = true; boot.kernelParams = ["quiet"];