diff --git a/absol/configuration.nix b/absol/configuration.nix index 490be4c..24617a6 100755 --- a/absol/configuration.nix +++ b/absol/configuration.nix @@ -50,6 +50,7 @@ boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot"; boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.editor = false; boot.plymouth.enable = true; # udev for brillo diff --git a/gunther/configuration.nix b/gunther/configuration.nix index 9489742..a879f39 100755 --- a/gunther/configuration.nix +++ b/gunther/configuration.nix @@ -39,6 +39,7 @@ kernelPackages = pkgs.linuxPackages_latest; # systemd-boot + loader.timeout = null; loader.efi.canTouchEfiVariables = true; loader.efi.efiSysMountPoint = "/boot"; loader.systemd-boot = { @@ -54,6 +55,7 @@ enable = true; sortKey = "z_edk2"; }; + editor = false; }; # plymouth