fix: disable systemd-boot.editor
This commit is contained in:
parent
b27939a07c
commit
a456a10fbd
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue