Disable editing of kernel command-line before boot

This commit is contained in:
2021-02-17 03:06:37 +01:00
parent 8b3b7f0505
commit 28e16734d0

View File

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