fix: disable systemd-boot.editor

This commit is contained in:
Felix Schröter 2020-06-18 16:17:40 +02:00
parent b27939a07c
commit a456a10fbd
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -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;