diff --git a/boot.nix b/boot.nix index e60236b..b01c79b 100644 --- a/boot.nix +++ b/boot.nix @@ -1,5 +1,7 @@ - {config, libs, pkgs, ....}: + {config, libs, pkgs, ...}: { + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; boot.initrd.systemd.enable = true; boot.plymouth.enable = true; boot.kernelParams = ["quiet" "splash"];