diff --git a/machines/enka/default.nix b/machines/enka/default.nix index 9832c1c..9a0dca9 100644 --- a/machines/enka/default.nix +++ b/machines/enka/default.nix @@ -3,7 +3,8 @@ (systemConfiguration { boot.loader = { efi.canTouchEfiVariables = true; - systemd-boot.enable = true; + systemd-boot.enable = true; + systemd-boot.editor = false; }; system.stateVersion = "23.05";