diff --git a/hardware/base.nix b/hardware/base.nix index 4042b49..0d76bd8 100644 --- a/hardware/base.nix +++ b/hardware/base.nix @@ -14,6 +14,7 @@ boot.supportedFilesystems = [ "ntfs" ]; boot.kernelPackages = pkgs.linuxPackages_latest; boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.editor = false; boot.loader.efi.canTouchEfiVariables = true; services.smartd.enable = true;