mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +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
|
@ -4,6 +4,7 @@
|
||||||
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