diff --git a/configuration.nix b/configuration.nix index 822f3a8..13dfa75 100644 --- a/configuration.nix +++ b/configuration.nix @@ -30,7 +30,7 @@ with pkgs; boot.loader = { efi.canTouchEfiVariables = true; systemd-boot = { - enable = false; + enable = true; configurationLimit = 50; editor = false; };