Disable editing of kernel command-line before boot

This commit is contained in:
coolneng 2021-02-17 03:06:37 +01:00
parent 8b3b7f0505
commit 28e16734d0
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
systemd-boot = { systemd-boot = {
enable = true; enable = true;
configurationLimit = 50; configurationLimit = 50;
editor = false;
}; };
timeout = 3; timeout = 3;
}; };