mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +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 {
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot.enable = true;
|
||||
systemd-boot.enable = true;
|
||||
systemd-boot.editor = false;
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue