1
Fork 0
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:
RGBCube 2023-11-11 21:19:56 +03:00
parent eecce181b4
commit 8dd792984f
No known key found for this signature in database

View file

@ -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";