mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Don't allow systemd-boot editor
This commit is contained in:
parent
eecce181b4
commit
8dd792984f
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
(systemConfiguration {
|
(systemConfiguration {
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
|
systemd-boot.editor = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue