Disable editing of kernel command-line before boot
This commit is contained in:
parent
8b3b7f0505
commit
28e16734d0
|
@ -28,6 +28,7 @@
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 50;
|
configurationLimit = 50;
|
||||||
|
editor = false;
|
||||||
};
|
};
|
||||||
timeout = 3;
|
timeout = 3;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue